Html Css Color HEX #AC764E Sante Fe

📋 copy color: '#AC764E'

red 172 ◦ green 118 ◦ blue 78

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

Shades of Sante Fe #AC764E

Tints of Sante Fe #AC764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

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

R = 46.74%
G = 32.07%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC764E (or 0xAC764E) is known color: Sante Fe. HEX triplet: AC, 76 and 4E. RGB value is (172,118,78). Sum of RGB (Red+Green+Blue) = 172+118+78=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC764E is #5389B1. Grayscale: #818181. Windows color (decimal): -5474738 or 5142188. OLE color: 5142188.

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

Color convert

RGB 172 118 78 -
CMYK 0 0.31 0.55 0.33
HSL 25.53º 0.38% 0.49% -
HSV(B) 25.53º 0.55% 0.67% -
XYZ 24.87 22.28 10.2 -
YUV 129.59 98.89 158.25 -
System Red Green Blue C M Y K H S L
Decimal 172 118 78 0 0.31 0.55 0.33 25.53 0.38 0.49
Hex AC 76 4E 0 1F 37 21 1A 26 31
Octal 254 166 116 0 37 67 41 32 46 61
Binary 10101100 1110110 1001110 0 11111 110111 100001 11010 100110 110001

Color Harmonies of #AC764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC764E

Black with #AC764E

Text Example


Text Example

White with #AC764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC764E; }

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

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

background-color css

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

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

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

border-color css

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

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

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