#AF5F54

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

Shades of Crail #AF5F54

Tints of Crail #AF5F54

Color information

#AF5F54 (or 0xAF5F54) is unknown color: approx Crail. HEX triplet: AF, 5F and 54. RGB value is (175,95,84). Sum of RGB (Red+Green+Blue) = 175+95+84=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F54 is #50A0AB. Grayscale: #757575. Windows color (decimal): -5284012 or 5529519. OLE color: 5529519.

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

Color convert

RGB1759584-
CMYK00.460.520.31
HSL7.25º36.25%50.78%-
HSV(B)7.25º52%68.63%-
XYZ23.3717.9410.62-
YUV117.67109168.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 95 (37.5% from 255) = 26.84%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=49.44%
G=26.84%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175958400.460.520.317.2536.2550.78
HexAF5F5402E341F72433
Octal257137124056643774463
Binary1010111110111111010100010111011010011111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F54; }

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

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

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

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

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

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

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

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