#AF6153

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

Shades of Sante Fe #AF6153

Tints of Sante Fe #AF6153

Color information

#AF6153 (or 0xAF6153) is unknown color: approx Sante Fe. HEX triplet: AF, 61 and 53. RGB value is (175,97,83). Sum of RGB (Red+Green+Blue) = 175+97+83=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6153 is #509EAC. Grayscale: #767676. Windows color (decimal): -5283501 or 5464495. OLE color: 5464495.

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

Color convert

RGB1759783-
CMYK00.450.530.31
HSL9.13º36.51%50.59%-
HSV(B)9.13º52.57%68.63%-
XYZ23.5218.2910.47-
YUV118.73107.84168.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=49.30%
G=27.32%
B=23.38%

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
Decimal175978300.450.530.319.1336.5150.59
HexAF615302D351F92533
Octal2571411230556537114563
Binary10101111110000110100110101101110101111111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6153; }

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

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

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

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

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

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

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

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