#AF5848

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

Shades of Crail #AF5848

Tints of Crail #AF5848

Color information

#AF5848 (or 0xAF5848) is unknown color: approx Crail. HEX triplet: AF, 58 and 48. RGB value is (175,88,72). Sum of RGB (Red+Green+Blue) = 175+88+72=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5848 is #50A7B7. Grayscale: #707070. Windows color (decimal): -5285816 or 4741295. OLE color: 4741295.

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

Color convert

RGB1758872-
CMYK00.500.590.31
HSL9.32º41.7%48.43%-
HSV(B)9.32º58.86%68.63%-
XYZ22.3416.568.15-
YUV112.19105.32172.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=52.24%
G=26.27%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175887200.500.590.319.3241.748.43
HexAF58480323B1F92a30
Octal2571301100627337115260
Binary10101111101100010010000110010111011111111001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5848; }

 p { color: rgb(175,88,72); }

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

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

 a { background-color: rgb(175,88,72); }

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

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

 span { border-color: rgb(175,88,72); }

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