Html Css Color HEX #AA3130 Brown

📋 copy color: '#AA3130'

red 170 ◦ green 49 ◦ blue 48

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

Shades of Brown #AA3130

Tints of Brown #AA3130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

 BLUE value IS 48 (19.14% from 255) = 17.98%

R = 63.67%
G = 18.35%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA3130 (or 0xAA3130) is known color: Brown. HEX triplet: AA, 31 and 30. RGB value is (170,49,48). Sum of RGB (Red+Green+Blue) = 170+49+48=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3130 is #55CECF. Grayscale: #555555. Windows color (decimal): -5623504 or 3158442. OLE color: 3158442.

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

Color convert

RGB 170 49 48 -
CMYK 0 0.71 0.72 0.33
HSL 0.49º 0.56% 0.43% -
HSV(B) 0.49º 0.72% 0.67% -
XYZ 18.21 10.96 3.95 -
YUV 85.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 170 49 48 0 0.71 0.72 0.33 0.49 0.56 0.43
Hex AA 31 30 0 47 48 21 0 38 2B
Octal 252 61 60 0 107 110 41 0 70 53
Binary 10101010 110001 110000 0 1000111 1001000 100001 0 111000 101011

Color Harmonies of #AA3130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3130

Black with #AA3130

Text Example


Text Example

White with #AA3130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3130; }

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

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

background-color css

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

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

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

border-color css

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

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

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