#AF5544

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

Shades of Crail #AF5544

Tints of Crail #AF5544

Color information

#AF5544 (or 0xAF5544) is unknown color: approx Crail. HEX triplet: AF, 55 and 44. RGB value is (175,85,68). Sum of RGB (Red+Green+Blue) = 175+85+68=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5544 is #50AABB. Grayscale: #6E6E6E. Windows color (decimal): -5286588 or 4478383. OLE color: 4478383.

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

Color convert

RGB1758568-
CMYK00.510.610.31
HSL9.53º44.03%47.65%-
HSV(B)9.53º61.14%68.63%-
XYZ21.9716.037.4-
YUV109.97104.32174.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.35%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 68 (26.95% from 255) = 20.73%
R=53.35%
G=25.91%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175856800.510.610.319.5344.0347.65
HexAF55440333D1Fa2c30
Octal2571251040637537125460
Binary10101111101010110001000110011111101111111010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5544; }

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

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

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

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

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

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

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

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