#A13D17

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

Shades of Rock Spray #A13D17

Tints of Rock Spray #A13D17

Color information

#A13D17 (or 0xA13D17) is unknown color: approx Rock Spray. HEX triplet: A1, 3D and 17. RGB value is (161,61,23). Sum of RGB (Red+Green+Blue) = 161+61+23=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13D17 is #5EC2E8. Grayscale: #565656. Windows color (decimal): -6210281 or 1523105. OLE color: 1523105.

HSL color Cylindrical-coordinate representation of color #A13D17: hue angle of 16.52º 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 #A13D17 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB1616123-
CMYK00.620.860.37
HSL16.52º75%36.08%-
HSV(B)16.52º85.71%63.14%-
XYZ16.5210.982.06-
YUV86.5792.13181.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.71%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 23 (9.38% from 255) = 9.39%
R=65.71%
G=24.90%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161612300.620.860.3716.527536.08
HexA13D1703E5625114b24
Octal2417527076126452111344
Binary101000011111011011101111101010110100101100011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13D17; }

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

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

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

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

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

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

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

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