#AF6051

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

Shades of Crail #AF6051

Tints of Crail #AF6051

Color information

#AF6051 (or 0xAF6051) is unknown color: approx Crail. HEX triplet: AF, 60 and 51. RGB value is (175,96,81). Sum of RGB (Red+Green+Blue) = 175+96+81=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6051 is #509FAE. Grayscale: #767676. Windows color (decimal): -5283759 or 5333167. OLE color: 5333167.

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

Color convert

RGB1759681-
CMYK00.450.540.31
HSL9.57º37.01%50.2%-
HSV(B)9.57º53.71%68.63%-
XYZ23.3518.0710.04-
YUV117.91107.17168.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 81 (32.03% from 255) = 23.01%
R=49.72%
G=27.27%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175968100.450.540.319.5737.0150.2
HexAF605102D361Fa2532
Octal2571401210556637124562
Binary10101111110000010100010101101110110111111010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6051; }

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

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

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

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

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

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

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

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