#af5440

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

Shades of Crail #AF5440

Tints of Crail #AF5440

Color information

#AF5440 (or 0xAF5440) is unknown color: approx Crail. HEX triplet: AF, 54 and 40. RGB value is (175,84,64). Sum of RGB (Red+Green+Blue) = 175+84+64=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5440 is #50ABBF. Grayscale: #6D6D6D. Windows color (decimal): -5286848 or 4215983. OLE color: 4215983.

HSL color Cylindrical-coordinate representation of color #AF5440: hue angle of 10.81º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5440 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1758464-
CMYK00.520.630.31
HSL10.81º46.44%46.86%-
HSV(B)10.81º63.43%68.63%-
XYZ21.7715.826.76-
YUV108.93102.65175.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=54.18%
G=26.01%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175846400.520.630.3110.8146.4446.86
HexAF54400343F1Fb2e2f
Octal2571241000647737135657
Binary10101111101010010000000110100111111111111011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5440; }

 p { color: rgb(175,84,64); }

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

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

 a { background-color: rgb(175,84,64); }

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

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

 span { border-color: rgb(175,84,64); }

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