#A23819

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

Shades of Rock Spray #A23819

Tints of Rock Spray #A23819

Color information

#A23819 (or 0xA23819) is unknown color: approx Rock Spray. HEX triplet: A2, 38 and 19. RGB value is (162,56,25). Sum of RGB (Red+Green+Blue) = 162+56+25=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A23819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23819 is #5DC7E6. Grayscale: #545454. Windows color (decimal): -6146023 or 1652898. OLE color: 1652898.

HSL color Cylindrical-coordinate representation of color #A23819: hue angle of 13.58º 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 #A23819 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1625625-
CMYK00.650.850.36
HSL13.58º73.26%36.67%-
HSV(B)13.58º84.57%63.53%-
XYZ16.4910.582.09-
YUV84.1694.62183.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.67%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 25 (10.16% from 255) = 10.29%
R=66.67%
G=23.05%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162562500.650.850.3613.5873.2636.67
HexA238190415524e4925
Octal24270310101125441611145
Binary101000101110001100101000001101010110010011101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23819; }

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

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

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

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

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

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

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

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