Html Css Color HEX #AC6E49 Sante Fe

📋 copy color: '#AC6E49'

red 172 ◦ green 110 ◦ blue 73

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

Shades of Sante Fe #AC6E49

Tints of Sante Fe #AC6E49

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.99%

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

R = 48.45%
G = 30.99%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC6E49 (or 0xAC6E49) is known color: Sante Fe. HEX triplet: AC, 6E and 49. RGB value is (172,110,73). Sum of RGB (Red+Green+Blue) = 172+110+73=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E49 is #5391B6. Grayscale: #7C7C7C. Windows color (decimal): -5476791 or 4812460. OLE color: 4812460.

HSL color Cylindrical-coordinate representation of color #AC6E49: hue angle of 22.42º 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 #AC6E49 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 110 73 -
CMYK 0 0.36 0.58 0.33
HSL 22.42º 0.4% 0.48% -
HSV(B) 22.42º 0.58% 0.67% -
XYZ 23.79 20.4 8.99 -
YUV 124.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 172 110 73 0 0.36 0.58 0.33 22.42 0.4 0.48
Hex AC 6E 49 0 24 3A 21 16 28 30
Octal 254 156 111 0 44 72 41 26 50 60
Binary 10101100 1101110 1001001 0 100100 111010 100001 10110 101000 110000

Color Harmonies of #AC6E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E49

Black with #AC6E49

Text Example


Text Example

White with #AC6E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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