#AF6052

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

Shades of Crail #AF6052

Tints of Crail #AF6052

Color information

#AF6052 (or 0xAF6052) is unknown color: approx Crail. HEX triplet: AF, 60 and 52. RGB value is (175,96,82). Sum of RGB (Red+Green+Blue) = 175+96+82=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6052 is #509FAD. Grayscale: #767676. Windows color (decimal): -5283758 or 5398703. OLE color: 5398703.

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

Color convert

RGB1759682-
CMYK00.450.530.31
HSL9.03º36.76%50.39%-
HSV(B)9.03º53.14%68.63%-
XYZ23.3918.0910.24-
YUV118.02107.67168.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=49.58%
G=27.20%
B=23.23%

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
Decimal175968200.450.530.319.0336.7650.39
HexAF605202D351F92532
Octal2571401220556537114562
Binary10101111110000010100100101101110101111111001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6052; }

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

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

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

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

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

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

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

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