Html Css Color HEX #AA3A21 Rock Spray

📋 copy color: '#AA3A21'

red 170 ◦ green 58 ◦ blue 33

#AA3A21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #AA3A21

Tints of Rock Spray #AA3A21

RGB

 RED value IS 170 (66.8% from 255) = 65.13%

 GREEN value IS 58 (23.05% from 255) = 22.22%

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 65.13%
G = 22.22%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA3A21 (or 0xAA3A21) is known color: Rock Spray. HEX triplet: AA, 3A and 21. RGB value is (170,58,33). Sum of RGB (Red+Green+Blue) = 170+58+33=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A21 is #55C5DE. Grayscale: #585858. Windows color (decimal): -5621215 or 2177706. OLE color: 2177706.

HSL color Cylindrical-coordinate representation of color #AA3A21: hue angle of 10.95º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA3A21 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 58 33 -
CMYK 0 0.66 0.81 0.33
HSL 10.95º 0.67% 0.4% -
HSV(B) 10.95º 0.81% 0.67% -
XYZ 18.37 11.68 2.73 -
YUV 88.64 96.61 186.03 -
System Red Green Blue C M Y K H S L
Decimal 170 58 33 0 0.66 0.81 0.33 10.95 0.67 0.4
Hex AA 3A 21 0 42 51 21 B 43 28
Octal 252 72 41 0 102 121 41 13 103 50
Binary 10101010 111010 100001 0 1000010 1010001 100001 1011 1000011 101000

Color Harmonies of #AA3A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A21

Black with #AA3A21

Text Example


Text Example

White with #AA3A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A21; }

 p { color: rgb(170,58,33); }

 H1.HeaderClassName
 {
   color: #AA3A21;
 }
 .AnyTagClassName
 {
   color: #AA3A21;
 }
</style>

background-color css

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

 a { background-color: rgb(170,58,33); }

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

border-color css

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

 span { border-color: rgb(170,58,33); }

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