#AF6652

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

Shades of Sante Fe #AF6652

Tints of Sante Fe #AF6652

Color information

#AF6652 (or 0xAF6652) is unknown color: approx Sante Fe. HEX triplet: AF, 66 and 52. RGB value is (175,102,82). Sum of RGB (Red+Green+Blue) = 175+102+82=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6652 is #5099AD. Grayscale: #797979. Windows color (decimal): -5282222 or 5400239. OLE color: 5400239.

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

Color convert

RGB17510282-
CMYK00.420.530.31
HSL12.9º36.76%50.39%-
HSV(B)12.9º53.14%68.63%-
XYZ23.9519.2310.43-
YUV121.55105.68166.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=48.75%
G=28.41%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751028200.420.530.3112.936.7650.39
HexAF665202A351Fd2532
Octal2571461220526537154562
Binary10101111110011010100100101010110101111111101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6652; }

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

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

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

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

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

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

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

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