#A33620

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

Shades of Rock Spray #A33620

Tints of Rock Spray #A33620

Color information

#A33620 (or 0xA33620) is unknown color: approx Rock Spray. HEX triplet: A3, 36 and 20. RGB value is (163,54,32). Sum of RGB (Red+Green+Blue) = 163+54+32=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A33620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33620 is #5CC9DF. Grayscale: #545454. Windows color (decimal): -6080992 or 2111139. OLE color: 2111139.

HSL color Cylindrical-coordinate representation of color #A33620: hue angle of 10.08º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A33620 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1635432-
CMYK00.670.800.36
HSL10.08º67.18%38.24%-
HSV(B)10.08º80.37%63.92%-
XYZ16.6810.532.52-
YUV84.0898.61184.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.46%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 32 (12.89% from 255) = 12.85%
R=65.46%
G=21.69%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163543200.670.800.3610.0867.1838.24
HexA336200435024a4326
Octal24366400103120441210346
Binary1010001111011010000001000011101000010010010101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33620; }

 p { color: rgb(163,54,32); }

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

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

 a { background-color: rgb(163,54,32); }

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

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

 span { border-color: rgb(163,54,32); }

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