#A13618

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

Shades of Rock Spray #A13618

Tints of Rock Spray #A13618

Color information

#A13618 (or 0xA13618) is unknown color: approx Rock Spray. HEX triplet: A1, 36 and 18. RGB value is (161,54,24). Sum of RGB (Red+Green+Blue) = 161+54+24=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A13618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13618 is #5EC9E7. Grayscale: #525252. Windows color (decimal): -6212072 or 1586849. OLE color: 1586849.

HSL color Cylindrical-coordinate representation of color #A13618: hue angle of 13.14º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A13618 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB1615424-
CMYK00.660.850.37
HSL13.14º74.05%36.27%-
HSV(B)13.14º85.09%63.14%-
XYZ16.1810.282-
YUV82.5794.95183.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.36%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 24 (9.77% from 255) = 10.04%
R=67.36%
G=22.59%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161542400.660.850.3713.1474.0536.27
HexA136180425525d4a24
Octal24166300102125451511244
Binary101000011101101100001000010101010110010111011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13618; }

 p { color: rgb(161,54,24); }

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

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

 a { background-color: rgb(161,54,24); }

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

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

 span { border-color: rgb(161,54,24); }

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