#AF6152

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

Shades of Sante Fe #AF6152

Tints of Sante Fe #AF6152

Color information

#AF6152 (or 0xAF6152) is unknown color: approx Sante Fe. HEX triplet: AF, 61 and 52. RGB value is (175,97,82). Sum of RGB (Red+Green+Blue) = 175+97+82=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6152 is #509EAD. Grayscale: #767676. Windows color (decimal): -5283502 or 5398959. OLE color: 5398959.

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

Color convert

RGB1759782-
CMYK00.450.530.31
HSL9.68º36.76%50.39%-
HSV(B)9.68º53.14%68.63%-
XYZ23.4818.2710.27-
YUV118.61107.34168.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 82 (32.42% from 255) = 23.16%
R=49.44%
G=27.40%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175978200.450.530.319.6836.7650.39
HexAF615202D351Fa2532
Octal2571411220556537124562
Binary10101111110000110100100101101110101111111010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6152; }

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

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

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

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

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

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

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

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