#a94220

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

Shades of Rock Spray #A94220

Tints of Rock Spray #A94220

Color information

#A94220 (or 0xA94220) is unknown color: approx Rock Spray. HEX triplet: A9, 42 and 20. RGB value is (169,66,32). Sum of RGB (Red+Green+Blue) = 169+66+32=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A94220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94220 is #56BDDF. Grayscale: #5D5D5D. Windows color (decimal): -5684704 or 2114217. OLE color: 2114217.

HSL color Cylindrical-coordinate representation of color #A94220: hue angle of 14.89º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A94220 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB1696632-
CMYK00.610.810.34
HSL14.89º68.16%39.41%-
HSV(B)14.89º81.07%66.27%-
XYZ18.5712.442.79-
YUV92.9293.62182.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.30%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=63.30%
G=24.72%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169663200.610.810.3414.8968.1639.41
HexA9422003D5122f4427
Octal25110240075121421710447
Binary1010100110000101000000111101101000110001011111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a94220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a94220; }

 p { color: rgb(169,66,32); }

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

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

 a { background-color: rgb(169,66,32); }

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

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

 span { border-color: rgb(169,66,32); }

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