#A23618

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

Shades of Rock Spray #A23618

Tints of Rock Spray #A23618

Color information

#A23618 (or 0xA23618) is unknown color: approx Rock Spray. HEX triplet: A2, 36 and 18. RGB value is (162,54,24). Sum of RGB (Red+Green+Blue) = 162+54+24=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A23618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23618 is #5DC9E7. Grayscale: #535353. Windows color (decimal): -6146536 or 1586850. OLE color: 1586850.

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

Color convert

RGB1625424-
CMYK00.670.850.36
HSL13.04º74.19%36.47%-
HSV(B)13.04º85.19%63.53%-
XYZ16.3810.392.01-
YUV82.8794.78184.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 24 (9.77% from 255) = 10%
R=67.5%
G=22.5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162542400.670.850.3613.0474.1936.47
HexA236180435524d4a24
Octal24266300103125441511244
Binary101000101101101100001000011101010110010011011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23618; }

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

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

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

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

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

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

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

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