Html Css Color HEX #AA2F1E Brown

📋 copy color: '#AA2F1E'

red 170 ◦ green 47 ◦ blue 30

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

Shades of Brown #AA2F1E

Tints of Brown #AA2F1E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.03%

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 68.83%
G = 19.03%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA2F1E (or 0xAA2F1E) is known color: Brown. HEX triplet: AA, 2F and 1E. RGB value is (170,47,30). Sum of RGB (Red+Green+Blue) = 170+47+30=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2F1E is #55D0E1. Grayscale: #525252. Windows color (decimal): -5624034 or 1978282. OLE color: 1978282.

HSL color Cylindrical-coordinate representation of color #AA2F1E: hue angle of 7.29º degrees, saturation: 0.7, 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 #AA2F1E is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 47 30 -
CMYK 0 0.72 0.82 0.33
HSL 7.29º 0.7% 0.39% -
HSV(B) 7.29º 0.82% 0.67% -
XYZ 17.83 10.67 2.35 -
YUV 81.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 170 47 30 0 0.72 0.82 0.33 7.29 0.7 0.39
Hex AA 2F 1E 0 48 52 21 7 46 27
Octal 252 57 36 0 110 122 41 7 106 47
Binary 10101010 101111 11110 0 1001000 1010010 100001 111 1000110 100111

Color Harmonies of #AA2F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2F1E

Black with #AA2F1E

Text Example


Text Example

White with #AA2F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2F1E; }

 p { color: rgb(170,47,30); }

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

background-color css

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

 a { background-color: rgb(170,47,30); }

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

border-color css

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

 span { border-color: rgb(170,47,30); }

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