Html Css Color HEX #AA302E Brown

📋 copy color: '#AA302E'

red 170 ◦ green 48 ◦ blue 46

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

Shades of Brown #AA302E

Tints of Brown #AA302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

 BLUE value IS 46 (18.36% from 255) = 17.42%

R = 64.39%
G = 18.18%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA302E (or 0xAA302E) is known color: Brown. HEX triplet: AA, 30 and 2E. RGB value is (170,48,46). Sum of RGB (Red+Green+Blue) = 170+48+46=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA302E is #55CFD1. Grayscale: #545454. Windows color (decimal): -5623762 or 3027114. OLE color: 3027114.

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

Color convert

RGB 170 48 46 -
CMYK 0 0.72 0.73 0.33
HSL 0.97º 0.57% 0.42% -
HSV(B) 0.97º 0.73% 0.67% -
XYZ 18.13 10.86 3.72 -
YUV 84.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 170 48 46 0 0.72 0.73 0.33 0.97 0.57 0.42
Hex AA 30 2E 0 48 49 21 1 39 2A
Octal 252 60 56 0 110 111 41 1 71 52
Binary 10101010 110000 101110 0 1001000 1001001 100001 1 111001 101010

Color Harmonies of #AA302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA302E

Black with #AA302E

Text Example


Text Example

White with #AA302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA302E; }

 p { color: rgb(170,48,46); }

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

background-color css

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

 a { background-color: rgb(170,48,46); }

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

border-color css

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

 span { border-color: rgb(170,48,46); }

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