Html Css Color HEX #AA3F23 Rock Spray

📋 copy color: '#AA3F23'

red 170 ◦ green 63 ◦ blue 35

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

Shades of Rock Spray #AA3F23

Tints of Rock Spray #AA3F23

RGB

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

 GREEN value IS 63 (25% from 255) = 23.51%

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

R = 63.43%
G = 23.51%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA3F23 (or 0xAA3F23) is known color: Rock Spray. HEX triplet: AA, 3F and 23. RGB value is (170,63,35). Sum of RGB (Red+Green+Blue) = 170+63+35=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F23 is #55C0DC. Grayscale: #5C5C5C. Windows color (decimal): -5619933 or 2310058. OLE color: 2310058.

HSL color Cylindrical-coordinate representation of color #AA3F23: hue angle of 12.44º 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 #AA3F23 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 63 35 -
CMYK 0 0.63 0.79 0.33
HSL 12.44º 0.66% 0.4% -
HSV(B) 12.44º 0.79% 0.67% -
XYZ 18.66 12.22 2.97 -
YUV 91.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 170 63 35 0 0.63 0.79 0.33 12.44 0.66 0.4
Hex AA 3F 23 0 3F 4F 21 C 42 28
Octal 252 77 43 0 77 117 41 14 102 50
Binary 10101010 111111 100011 0 111111 1001111 100001 1100 1000010 101000

Color Harmonies of #AA3F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F23

Black with #AA3F23

Text Example


Text Example

White with #AA3F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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