#AF6055

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

Shades of Crail #AF6055

Tints of Crail #AF6055

Color information

#AF6055 (or 0xAF6055) is unknown color: approx Crail. HEX triplet: AF, 60 and 55. RGB value is (175,96,85). Sum of RGB (Red+Green+Blue) = 175+96+85=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6055 is #509FAA. Grayscale: #767676. Windows color (decimal): -5283755 or 5595311. OLE color: 5595311.

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

Color convert

RGB1759685-
CMYK00.450.510.31
HSL7.33º36%50.98%-
HSV(B)7.33º51.43%68.63%-
XYZ23.518.1410.86-
YUV118.37109.17168.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=49.16%
G=26.97%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175968500.450.510.317.333650.98
HexAF605502D331F72433
Octal257140125055633774463
Binary1010111111000001010101010110111001111111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6055; }

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

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

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

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

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

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

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

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