#A13617

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

Shades of Rock Spray #A13617

Tints of Rock Spray #A13617

Color information

#A13617 (or 0xA13617) is unknown color: approx Rock Spray. HEX triplet: A1, 36 and 17. RGB value is (161,54,23). Sum of RGB (Red+Green+Blue) = 161+54+23=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A13617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13617 is #5EC9E8. Grayscale: #525252. Windows color (decimal): -6212073 or 1521313. OLE color: 1521313.

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

Color convert

RGB1615423-
CMYK00.660.860.37
HSL13.48º75%36.08%-
HSV(B)13.48º85.71%63.14%-
XYZ16.1710.281.94-
YUV82.4694.45184.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.65%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 23 (9.38% from 255) = 9.66%
R=67.65%
G=22.69%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161542300.660.860.3713.487536.08
HexA136170425625d4b24
Octal24166270102126451511344
Binary101000011101101011101000010101011010010111011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13617; }

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

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

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

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

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

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

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

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