Html Css Color HEX #AC6E4E Sante Fe

📋 copy color: '#AC6E4E'

red 172 ◦ green 110 ◦ blue 78

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

Shades of Sante Fe #AC6E4E

Tints of Sante Fe #AC6E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.67%

R = 47.78%
G = 30.56%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC6E4E (or 0xAC6E4E) is known color: Sante Fe. HEX triplet: AC, 6E and 4E. RGB value is (172,110,78). Sum of RGB (Red+Green+Blue) = 172+110+78=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E4E is #5391B1. Grayscale: #7D7D7D. Windows color (decimal): -5476786 or 5140140. OLE color: 5140140.

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

Color convert

RGB 172 110 78 -
CMYK 0 0.36 0.55 0.33
HSL 20.43º 0.38% 0.49% -
HSV(B) 20.43º 0.55% 0.67% -
XYZ 23.96 20.47 9.9 -
YUV 124.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 172 110 78 0 0.36 0.55 0.33 20.43 0.38 0.49
Hex AC 6E 4E 0 24 37 21 14 26 31
Octal 254 156 116 0 44 67 41 24 46 61
Binary 10101100 1101110 1001110 0 100100 110111 100001 10100 100110 110001

Color Harmonies of #AC6E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E4E

Black with #AC6E4E

Text Example


Text Example

White with #AC6E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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