Html Css Color HEX #AC6E4A Sante Fe

📋 copy color: '#AC6E4A'

red 172 ◦ green 110 ◦ blue 74

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

Shades of Sante Fe #AC6E4A

Tints of Sante Fe #AC6E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 48.31%
G = 30.9%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC6E4A (or 0xAC6E4A) is known color: Sante Fe. HEX triplet: AC, 6E and 4A. RGB value is (172,110,74). Sum of RGB (Red+Green+Blue) = 172+110+74=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E4A is #5391B5. Grayscale: #7C7C7C. Windows color (decimal): -5476790 or 4877996. OLE color: 4877996.

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

Color convert

RGB 172 110 74 -
CMYK 0 0.36 0.57 0.33
HSL 22.04º 0.4% 0.48% -
HSV(B) 22.04º 0.57% 0.67% -
XYZ 23.83 20.42 9.16 -
YUV 124.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 172 110 74 0 0.36 0.57 0.33 22.04 0.4 0.48
Hex AC 6E 4A 0 24 39 21 16 28 30
Octal 254 156 112 0 44 71 41 26 50 60
Binary 10101100 1101110 1001010 0 100100 111001 100001 10110 101000 110000

Color Harmonies of #AC6E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E4A

Black with #AC6E4A

Text Example


Text Example

White with #AC6E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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