Html Css Color HEX #AA2F2B Brown

📋 copy color: '#AA2F2B'

red 170 ◦ green 47 ◦ blue 43

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

Shades of Brown #AA2F2B

Tints of Brown #AA2F2B

RGB

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

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

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

R = 65.38%
G = 18.08%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA2F2B (or 0xAA2F2B) is known color: Brown. HEX triplet: AA, 2F and 2B. RGB value is (170,47,43). Sum of RGB (Red+Green+Blue) = 170+47+43=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2F2B is #55D0D4. Grayscale: #535353. Windows color (decimal): -5624021 or 2830250. OLE color: 2830250.

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

Color convert

RGB 170 47 43 -
CMYK 0 0.72 0.75 0.33
HSL 1.89º 0.6% 0.42% -
HSV(B) 1.89º 0.75% 0.67% -
XYZ 18.03 10.75 3.41 -
YUV 83.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 170 47 43 0 0.72 0.75 0.33 1.89 0.6 0.42
Hex AA 2F 2B 0 48 4B 21 2 3C 2A
Octal 252 57 53 0 110 113 41 2 74 52
Binary 10101010 101111 101011 0 1001000 1001011 100001 10 111100 101010

Color Harmonies of #AA2F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2F2B

Black with #AA2F2B

Text Example


Text Example

White with #AA2F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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