#AF7755

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

Shades of Sante Fe #AF7755

Tints of Sante Fe #AF7755

Color information

#AF7755 (or 0xAF7755) is unknown color: approx Sante Fe. HEX triplet: AF, 77 and 55. RGB value is (175,119,85). Sum of RGB (Red+Green+Blue) = 175+119+85=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7755 is #5088AA. Grayscale: #848484. Windows color (decimal): -5277867 or 5601199. OLE color: 5601199.

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

Color convert

RGB17511985-
CMYK00.320.510.31
HSL22.67º36%50.98%-
HSV(B)22.67º51.43%68.63%-
XYZ25.9222.9611.66-
YUV131.87101.55158.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=46.17%
G=31.40%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751198500.320.510.3122.673650.98
HexAF7755020331F172433
Octal2571671250406337274463
Binary101011111110111101010101000001100111111110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7755; }

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

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

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

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

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

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

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

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