#AF7052

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

Shades of Sante Fe #AF7052

Tints of Sante Fe #AF7052

Color information

#AF7052 (or 0xAF7052) is unknown color: approx Sante Fe. HEX triplet: AF, 70 and 52. RGB value is (175,112,82). Sum of RGB (Red+Green+Blue) = 175+112+82=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7052 is #508FAD. Grayscale: #7F7F7F. Windows color (decimal): -5279662 or 5402799. OLE color: 5402799.

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

Color convert

RGB17511282-
CMYK00.360.530.31
HSL19.35º36.76%50.39%-
HSV(B)19.35º53.14%68.63%-
XYZ2521.3110.78-
YUV127.42102.37161.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=47.43%
G=30.35%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751128200.360.530.3119.3536.7650.39
HexAF7052024351F132532
Octal2571601220446537234562
Binary101011111110000101001001001001101011111110011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7052; }

 p { color: rgb(175,112,82); }

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

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

 a { background-color: rgb(175,112,82); }

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

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

 span { border-color: rgb(175,112,82); }

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