Html Css Color HEX #AC774E Sante Fe

📋 copy color: '#AC774E'

red 172 ◦ green 119 ◦ blue 78

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

Shades of Sante Fe #AC774E

Tints of Sante Fe #AC774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.25%

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

R = 46.61%
G = 32.25%
B = 21.14%

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

#AC774E (or 0xAC774E) is known color: Sante Fe. HEX triplet: AC, 77 and 4E. RGB value is (172,119,78). Sum of RGB (Red+Green+Blue) = 172+119+78=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC774E is #5388B1. Grayscale: #828282. Windows color (decimal): -5474482 or 5142444. OLE color: 5142444.

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

Color convert

RGB 172 119 78 -
CMYK 0 0.31 0.55 0.33
HSL 26.17º 0.38% 0.49% -
HSV(B) 26.17º 0.55% 0.67% -
XYZ 24.99 22.51 10.24 -
YUV 130.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 172 119 78 0 0.31 0.55 0.33 26.17 0.38 0.49
Hex AC 77 4E 0 1F 37 21 1A 26 31
Octal 254 167 116 0 37 67 41 32 46 61
Binary 10101100 1110111 1001110 0 11111 110111 100001 11010 100110 110001

Color Harmonies of #AC774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC774E

Black with #AC774E

Text Example


Text Example

White with #AC774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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