Html Css Color HEX #AC6B49 Sante Fe

📋 copy color: '#AC6B49'

red 172 ◦ green 107 ◦ blue 73

#AC6B49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sante Fe #AC6B49

Tints of Sante Fe #AC6B49

RGB

 RED value IS 172 (67.58% from 255) = 48.86%

 GREEN value IS 107 (42.19% from 255) = 30.4%

 BLUE value IS 73 (28.91% from 255) = 20.74%

R = 48.86%
G = 30.4%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC6B49 (or 0xAC6B49) is known color: Sante Fe. HEX triplet: AC, 6B and 49. RGB value is (172,107,73). Sum of RGB (Red+Green+Blue) = 172+107+73=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B49 is #5394B6. Grayscale: #7A7A7A. Windows color (decimal): -5477559 or 4811692. OLE color: 4811692.

HSL color Cylindrical-coordinate representation of color #AC6B49: hue angle of 20.61º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC6B49 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 107 73 -
CMYK 0 0.38 0.58 0.33
HSL 20.61º 0.4% 0.48% -
HSV(B) 20.61º 0.58% 0.67% -
XYZ 23.47 19.77 8.88 -
YUV 122.56 100.03 163.26 -
System Red Green Blue C M Y K H S L
Decimal 172 107 73 0 0.38 0.58 0.33 20.61 0.4 0.48
Hex AC 6B 49 0 26 3A 21 15 28 30
Octal 254 153 111 0 46 72 41 25 50 60
Binary 10101100 1101011 1001001 0 100110 111010 100001 10101 101000 110000

Color Harmonies of #AC6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B49

Black with #AC6B49

Text Example


Text Example

White with #AC6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B49; }

 p { color: rgb(172,107,73); }

 H1.HeaderClassName
 {
   color: #AC6B49;
 }
 .AnyTagClassName
 {
   color: #AC6B49;
 }
</style>

background-color css

<style>
 a { background-color: #AC6B49; }

 a { background-color: rgb(172,107,73); }

 div.DivClassName
 {
   background-color: #AC6B49;
 }
 .BgClassName
 {
   background-color: #AC6B49;
 }
</style>

border-color css

<style>
 span { border-color: #AC6B49; }

 span { border-color: rgb(172,107,73); }

 td.TdClassName
 {
   border-color: #AC6B49;
 }
 .TagClassName
 {
   border-color: #AC6B49;
 }
</style>