#AF774E

Color #AF774E Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AF774E

Tints of Sante Fe #AF774E

Color information

#AF774E (or 0xAF774E) is unknown color: approx Sante Fe. HEX triplet: AF, 77 and 4E. RGB value is (175,119,78). Sum of RGB (Red+Green+Blue) = 175+119+78=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF774E is #5088B1. Grayscale: #838383. Windows color (decimal): -5277874 or 5142447. OLE color: 5142447.

HSL color Cylindrical-coordinate representation of color #AF774E: hue angle of 25.36º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF774E is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17511978-
CMYK00.320.550.31
HSL25.36º38.34%49.61%-
HSV(B)25.36º55.43%68.63%-
XYZ25.6522.8610.27-
YUV131.0798.05159.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 78 (30.86% from 255) = 20.97%
R=47.04%
G=31.99%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751197800.320.550.3125.3638.3449.61
HexAF774E020371F192632
Octal2571671160406737314662
Binary101011111110111100111001000001101111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF774E; }

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

 H1.HeaderClassName
 {
   color: #AF774E;
 }
 .AnyTagClassName
 {
   color: #AF774E;
 }
</style>
background-color css

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

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

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

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

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

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