#af5946

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

Shades of Crail #AF5946

Tints of Crail #AF5946

Color information

#AF5946 (or 0xAF5946) is unknown color: approx Crail. HEX triplet: AF, 59 and 46. RGB value is (175,89,70). Sum of RGB (Red+Green+Blue) = 175+89+70=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5946 is #50A6B9. Grayscale: #707070. Windows color (decimal): -5285562 or 4610479. OLE color: 4610479.

HSL color Cylindrical-coordinate representation of color #AF5946: hue angle of 10.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5946 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1758970-
CMYK00.490.600.31
HSL10.86º42.86%48.04%-
HSV(B)10.86º60%68.63%-
XYZ22.3616.77.84-
YUV112.55103.99172.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=52.40%
G=26.65%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175897000.490.600.3110.8642.8648.04
HexAF59460313C1Fb2b30
Octal2571311060617437135360
Binary10101111101100110001100110001111100111111011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5946; }

 p { color: rgb(175,89,70); }

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

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

 a { background-color: rgb(175,89,70); }

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

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

 span { border-color: rgb(175,89,70); }

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