Html Css Color HEX #AA4223 Rock Spray

📋 copy color: '#AA4223'

red 170 ◦ green 66 ◦ blue 35

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

Shades of Rock Spray #AA4223

Tints of Rock Spray #AA4223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 62.73%
G = 24.35%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA4223 (or 0xAA4223) is known color: Rock Spray. HEX triplet: AA, 42 and 23. RGB value is (170,66,35). Sum of RGB (Red+Green+Blue) = 170+66+35=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4223 is #55BDDC. Grayscale: #5D5D5D. Windows color (decimal): -5619165 or 2310826. OLE color: 2310826.

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

Color convert

RGB 170 66 35 -
CMYK 0 0.61 0.79 0.33
HSL 13.78º 0.66% 0.4% -
HSV(B) 13.78º 0.79% 0.67% -
XYZ 18.83 12.56 3.02 -
YUV 93.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 170 66 35 0 0.61 0.79 0.33 13.78 0.66 0.4
Hex AA 42 23 0 3D 4F 21 E 42 28
Octal 252 102 43 0 75 117 41 16 102 50
Binary 10101010 1000010 100011 0 111101 1001111 100001 1110 1000010 101000

Color Harmonies of #AA4223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4223

Black with #AA4223

Text Example


Text Example

White with #AA4223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4223; }

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

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

background-color css

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

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

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

border-color css

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

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

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