Html Css Color HEX #AA421F Rock Spray

📋 copy color: '#AA421F'

red 170 ◦ green 66 ◦ blue 31

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

Shades of Rock Spray #AA421F

Tints of Rock Spray #AA421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.61%

R = 63.67%
G = 24.72%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA421F (or 0xAA421F) is known color: Rock Spray. HEX triplet: AA, 42 and 1F. RGB value is (170,66,31). Sum of RGB (Red+Green+Blue) = 170+66+31=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA421F is #55BDE0. Grayscale: #5D5D5D. Windows color (decimal): -5619169 or 2048682. OLE color: 2048682.

HSL color Cylindrical-coordinate representation of color #AA421F: hue angle of 15.11º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA421F is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 66 31 -
CMYK 0 0.61 0.82 0.33
HSL 15.11º 0.69% 0.39% -
HSV(B) 15.11º 0.82% 0.67% -
XYZ 18.77 12.54 2.73 -
YUV 93.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 170 66 31 0 0.61 0.82 0.33 15.11 0.69 0.39
Hex AA 42 1F 0 3D 52 21 F 45 27
Octal 252 102 37 0 75 122 41 17 105 47
Binary 10101010 1000010 11111 0 111101 1010010 100001 1111 1000101 100111

Color Harmonies of #AA421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA421F

Black with #AA421F

Text Example


Text Example

White with #AA421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA421F; }

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

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

background-color css

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

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

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

border-color css

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

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

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