#A23726

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

Shades of Rock Spray #A23726

Tints of Rock Spray #A23726

Color information

#A23726 (or 0xA23726) is unknown color: approx Rock Spray. HEX triplet: A2, 37 and 26. RGB value is (162,55,38). Sum of RGB (Red+Green+Blue) = 162+55+38=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A23726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23726 is #5DC8D9. Grayscale: #555555. Windows color (decimal): -6146266 or 2504610. OLE color: 2504610.

HSL color Cylindrical-coordinate representation of color #A23726: hue angle of 8.23º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A23726 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1625538-
CMYK00.660.770.36
HSL8.23º62%39.22%-
HSV(B)8.23º76.54%63.53%-
XYZ16.6210.553-
YUV85.05101.45182.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.53%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=63.53%
G=21.57%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162553800.660.770.368.236239.22
HexA237260424D2483e27
Octal2426746010211544107647
Binary101000101101111001100100001010011011001001000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23726; }

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

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

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

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

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

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

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

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