#A23719

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

Shades of Rock Spray #A23719

Tints of Rock Spray #A23719

Color information

#A23719 (or 0xA23719) is unknown color: approx Rock Spray. HEX triplet: A2, 37 and 19. RGB value is (162,55,25). Sum of RGB (Red+Green+Blue) = 162+55+25=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A23719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23719 is #5DC8E6. Grayscale: #535353. Windows color (decimal): -6146279 or 1652642. OLE color: 1652642.

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

Color convert

RGB1625525-
CMYK00.660.850.36
HSL13.14º73.26%36.67%-
HSV(B)13.14º84.57%63.53%-
XYZ16.4410.482.08-
YUV83.5794.95183.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.94%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 25 (10.16% from 255) = 10.33%
R=66.94%
G=22.73%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162552500.660.850.3613.1473.2636.67
HexA237190425524d4925
Octal24267310102125441511145
Binary101000101101111100101000010101010110010011011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23719; }

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

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

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

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

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

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

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

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