#A03723

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

Shades of Rock Spray #A03723

Tints of Rock Spray #A03723

Color information

#A03723 (or 0xA03723) is unknown color: approx Rock Spray. HEX triplet: A0, 37 and 23. RGB value is (160,55,35). Sum of RGB (Red+Green+Blue) = 160+55+35=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A03723 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03723 is #5FC8DC. Grayscale: #545454. Windows color (decimal): -6277341 or 2308000. OLE color: 2308000.

HSL color Cylindrical-coordinate representation of color #A03723: hue angle of 9.6º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A03723 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB1605535-
CMYK00.660.780.37
HSL9.6º64.1%38.24%-
HSV(B)9.6º78.12%62.75%-
XYZ16.1710.332.73-
YUV84.12100.29182.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 35 (14.06% from 255) = 14%
R=64%
G=22%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160553500.660.780.379.664.138.24
HexA037230424E25a4026
Octal24067430102116451210046
Binary1010000011011110001101000010100111010010110101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03723; }

 p { color: rgb(160,55,35); }

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

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

 a { background-color: rgb(160,55,35); }

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

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

 span { border-color: rgb(160,55,35); }

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