#AF7452

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

Shades of Sante Fe #AF7452

Tints of Sante Fe #AF7452

Color information

#AF7452 (or 0xAF7452) is unknown color: approx Sante Fe. HEX triplet: AF, 74 and 52. RGB value is (175,116,82). Sum of RGB (Red+Green+Blue) = 175+116+82=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7452 is #508BAD. Grayscale: #818181. Windows color (decimal): -5278638 or 5403823. OLE color: 5403823.

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

Color convert

RGB17511682-
CMYK00.340.530.31
HSL21.94º36.76%50.39%-
HSV(B)21.94º53.14%68.63%-
XYZ25.4522.2110.93-
YUV129.77101.05160.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=46.92%
G=31.10%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751168200.340.530.3121.9436.7650.39
HexAF7452022351F162532
Octal2571641220426537264562
Binary101011111110100101001001000101101011111110110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7452; }

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

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

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

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

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

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

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

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