#AF6A52

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

Shades of Sante Fe #AF6A52

Tints of Sante Fe #AF6A52

Color information

#AF6A52 (or 0xAF6A52) is unknown color: approx Sante Fe. HEX triplet: AF, 6A and 52. RGB value is (175,106,82). Sum of RGB (Red+Green+Blue) = 175+106+82=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A52 is #5095AD. Grayscale: #7C7C7C. Windows color (decimal): -5281198 or 5401263. OLE color: 5401263.

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

Color convert

RGB17510682-
CMYK00.390.530.31
HSL15.48º36.76%50.39%-
HSV(B)15.48º53.14%68.63%-
XYZ24.3620.0310.57-
YUV123.9104.36164.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=48.21%
G=29.20%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751068200.390.530.3115.4836.7650.39
HexAF6A52027351Ff2532
Octal2571521220476537174562
Binary10101111110101010100100100111110101111111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A52; }

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

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

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

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

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

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

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

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