#A23619

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

Shades of Rock Spray #A23619

Tints of Rock Spray #A23619

Color information

#A23619 (or 0xA23619) is unknown color: approx Rock Spray. HEX triplet: A2, 36 and 19. RGB value is (162,54,25). Sum of RGB (Red+Green+Blue) = 162+54+25=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A23619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23619 is #5DC9E6. Grayscale: #535353. Windows color (decimal): -6146535 or 1652386. OLE color: 1652386.

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

Color convert

RGB1625425-
CMYK00.670.850.36
HSL12.7º73.26%36.67%-
HSV(B)12.7º84.57%63.53%-
XYZ16.3910.392.06-
YUV82.9995.28184.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.22%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 25 (10.16% from 255) = 10.37%
R=67.22%
G=22.41%
B=10.37%

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
Decimal162542500.670.850.3612.773.2636.67
HexA236190435524d4925
Octal24266310103125441511145
Binary101000101101101100101000011101010110010011011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23619; }

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

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

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

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

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

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

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

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