Html Css Color HEX #AA422B Rock Spray

📋 copy color: '#AA422B'

red 170 ◦ green 66 ◦ blue 43

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

Shades of Rock Spray #AA422B

Tints of Rock Spray #AA422B

RGB

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

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

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

R = 60.93%
G = 23.66%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA422B (or 0xAA422B) is known color: Rock Spray. HEX triplet: AA, 42 and 2B. RGB value is (170,66,43). Sum of RGB (Red+Green+Blue) = 170+66+43=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA422B is #55BDD4. Grayscale: #5E5E5E. Windows color (decimal): -5619157 or 2835114. OLE color: 2835114.

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

Color convert

RGB 170 66 43 -
CMYK 0 0.61 0.75 0.33
HSL 10.87º 0.6% 0.42% -
HSV(B) 10.87º 0.75% 0.67% -
XYZ 18.96 12.62 3.72 -
YUV 94.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 170 66 43 0 0.61 0.75 0.33 10.87 0.6 0.42
Hex AA 42 2B 0 3D 4B 21 B 3C 2A
Octal 252 102 53 0 75 113 41 13 74 52
Binary 10101010 1000010 101011 0 111101 1001011 100001 1011 111100 101010

Color Harmonies of #AA422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA422B

Black with #AA422B

Text Example


Text Example

White with #AA422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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