#AF7555

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

Shades of Sante Fe #AF7555

Tints of Sante Fe #AF7555

Color information

#AF7555 (or 0xAF7555) is unknown color: approx Sante Fe. HEX triplet: AF, 75 and 55. RGB value is (175,117,85). Sum of RGB (Red+Green+Blue) = 175+117+85=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7555 is #508AAA. Grayscale: #828282. Windows color (decimal): -5278379 or 5600687. OLE color: 5600687.

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

Color convert

RGB17511785-
CMYK00.330.510.31
HSL21.33º36%50.98%-
HSV(B)21.33º51.43%68.63%-
XYZ25.6822.4911.58-
YUV130.69102.22159.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=46.42%
G=31.03%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751178500.330.510.3121.333650.98
HexAF7555021331F152433
Octal2571651250416337254463
Binary101011111110101101010101000011100111111110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7555; }

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

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

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

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

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

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

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

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