#A04622

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

Shades of Rock Spray #A04622

Tints of Rock Spray #A04622

Color information

#A04622 (or 0xA04622) is unknown color: approx Rock Spray. HEX triplet: A0, 46 and 22. RGB value is (160,70,34). Sum of RGB (Red+Green+Blue) = 160+70+34=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A04622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04622 is #5FB9DD. Grayscale: #5D5D5D. Windows color (decimal): -6273502 or 2246304. OLE color: 2246304.

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

Color convert

RGB1607034-
CMYK00.560.790.37
HSL17.14º64.95%38.04%-
HSV(B)17.14º78.75%62.75%-
XYZ16.9811.972.93-
YUV92.8194.82175.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.61%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=60.61%
G=26.52%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160703400.560.790.3717.1464.9538.04
HexA046220384F25114126
Octal24010642070117452110146
Binary10100000100011010001001110001001111100101100011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04622; }

 p { color: rgb(160,70,34); }

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

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

 a { background-color: rgb(160,70,34); }

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

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

 span { border-color: rgb(160,70,34); }

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