Html Css Color HEX #AA4423 Rock Spray

📋 copy color: '#AA4423'

red 170 ◦ green 68 ◦ blue 35

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

Shades of Rock Spray #AA4423

Tints of Rock Spray #AA4423

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

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

R = 62.27%
G = 24.91%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA4423 (or 0xAA4423) is known color: Rock Spray. HEX triplet: AA, 44 and 23. RGB value is (170,68,35). Sum of RGB (Red+Green+Blue) = 170+68+35=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4423 is #55BBDC. Grayscale: #5E5E5E. Windows color (decimal): -5618653 or 2311338. OLE color: 2311338.

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

Color convert

RGB 170 68 35 -
CMYK 0 0.6 0.79 0.33
HSL 14.67º 0.66% 0.4% -
HSV(B) 14.67º 0.79% 0.67% -
XYZ 18.95 12.8 3.06 -
YUV 94.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 170 68 35 0 0.6 0.79 0.33 14.67 0.66 0.4
Hex AA 44 23 0 3C 4F 21 F 42 28
Octal 252 104 43 0 74 117 41 17 102 50
Binary 10101010 1000100 100011 0 111100 1001111 100001 1111 1000010 101000

Color Harmonies of #AA4423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4423

Black with #AA4423

Text Example


Text Example

White with #AA4423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4423; }

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

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

background-color css

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

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

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

border-color css

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

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

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