Html Css Color HEX #AC6E4D Sante Fe

📋 copy color: '#AC6E4D'

red 172 ◦ green 110 ◦ blue 77

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

Shades of Sante Fe #AC6E4D

Tints of Sante Fe #AC6E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.45%

R = 47.91%
G = 30.64%
B = 21.45%

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

#AC6E4D (or 0xAC6E4D) is known color: Sante Fe. HEX triplet: AC, 6E and 4D. RGB value is (172,110,77). Sum of RGB (Red+Green+Blue) = 172+110+77=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E4D is #5391B2. Grayscale: #7C7C7C. Windows color (decimal): -5476787 or 5074604. OLE color: 5074604.

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

Color convert

RGB 172 110 77 -
CMYK 0 0.36 0.55 0.33
HSL 20.84º 0.38% 0.49% -
HSV(B) 20.84º 0.55% 0.67% -
XYZ 23.93 20.46 9.71 -
YUV 124.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 172 110 77 0 0.36 0.55 0.33 20.84 0.38 0.49
Hex AC 6E 4D 0 24 37 21 15 26 31
Octal 254 156 115 0 44 67 41 25 46 61
Binary 10101100 1101110 1001101 0 100100 110111 100001 10101 100110 110001

Color Harmonies of #AC6E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E4D

Black with #AC6E4D

Text Example


Text Example

White with #AC6E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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