Html Css Color HEX #AA3C23 Rock Spray

📋 copy color: '#AA3C23'

red 170 ◦ green 60 ◦ blue 35

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

Shades of Rock Spray #AA3C23

Tints of Rock Spray #AA3C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

 BLUE value IS 35 (14.06% from 255) = 13.21%

R = 64.15%
G = 22.64%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA3C23 (or 0xAA3C23) is known color: Rock Spray. HEX triplet: AA, 3C and 23. RGB value is (170,60,35). Sum of RGB (Red+Green+Blue) = 170+60+35=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C23 is #55C3DC. Grayscale: #5A5A5A. Windows color (decimal): -5620701 or 2309290. OLE color: 2309290.

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

Color convert

RGB 170 60 35 -
CMYK 0 0.65 0.79 0.33
HSL 11.11º 0.66% 0.4% -
HSV(B) 11.11º 0.79% 0.67% -
XYZ 18.5 11.9 2.91 -
YUV 90.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 170 60 35 0 0.65 0.79 0.33 11.11 0.66 0.4
Hex AA 3C 23 0 41 4F 21 B 42 28
Octal 252 74 43 0 101 117 41 13 102 50
Binary 10101010 111100 100011 0 1000001 1001111 100001 1011 1000010 101000

Color Harmonies of #AA3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C23

Black with #AA3C23

Text Example


Text Example

White with #AA3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C23; }

 p { color: rgb(170,60,35); }

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

background-color css

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

 a { background-color: rgb(170,60,35); }

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

border-color css

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

 span { border-color: rgb(170,60,35); }

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