#AF774F

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

Shades of Sante Fe #AF774F

Tints of Sante Fe #AF774F

Color information

#AF774F (or 0xAF774F) is unknown color: approx Sante Fe. HEX triplet: AF, 77 and 4F. RGB value is (175,119,79). Sum of RGB (Red+Green+Blue) = 175+119+79=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF774F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF774F is #5088B0. Grayscale: #838383. Windows color (decimal): -5277873 or 5207983. OLE color: 5207983.

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

Color convert

RGB17511979-
CMYK00.320.550.31
HSL25º37.8%49.8%-
HSV(B)25º54.86%68.63%-
XYZ25.6922.8710.46-
YUV131.1898.55159.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 79 (31.25% from 255) = 21.18%
R=46.92%
G=31.90%
B=21.18%

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
Decimal1751197900.320.550.312537.849.8
HexAF774F020371F192632
Octal2571671170406737314662
Binary101011111110111100111101000001101111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF774F; }

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

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

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

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

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

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

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

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