Html Css Color HEX #AA442B Rock Spray

📋 copy color: '#AA442B'

red 170 ◦ green 68 ◦ blue 43

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

Shades of Rock Spray #AA442B

Tints of Rock Spray #AA442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 60.5%
G = 24.2%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA442B (or 0xAA442B) is known color: Rock Spray. HEX triplet: AA, 44 and 2B. RGB value is (170,68,43). Sum of RGB (Red+Green+Blue) = 170+68+43=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA442B is #55BBD4. Grayscale: #5F5F5F. Windows color (decimal): -5618645 or 2835626. OLE color: 2835626.

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

Color convert

RGB 170 68 43 -
CMYK 0 0.6 0.75 0.33
HSL 11.81º 0.6% 0.42% -
HSV(B) 11.81º 0.75% 0.67% -
XYZ 19.08 12.85 3.76 -
YUV 95.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 170 68 43 0 0.6 0.75 0.33 11.81 0.6 0.42
Hex AA 44 2B 0 3C 4B 21 C 3C 2A
Octal 252 104 53 0 74 113 41 14 74 52
Binary 10101010 1000100 101011 0 111100 1001011 100001 1100 111100 101010

Color Harmonies of #AA442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA442B

Black with #AA442B

Text Example


Text Example

White with #AA442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA442B; }

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

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

background-color css

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

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

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

border-color css

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

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

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