Html Css Color HEX #AA3030 Brown

📋 copy color: '#AA3030'

red 170 ◦ green 48 ◦ blue 48

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

Shades of Brown #AA3030

Tints of Brown #AA3030

RGB

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

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

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

R = 63.91%
G = 18.05%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA3030 (or 0xAA3030) is known color: Brown. HEX triplet: AA, 30 and 30. RGB value is (170,48,48). Sum of RGB (Red+Green+Blue) = 170+48+48=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3030 is #55CFCF. Grayscale: #545454. Windows color (decimal): -5623760 or 3158186. OLE color: 3158186.

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

Color convert

RGB 170 48 48 -
CMYK 0 0.72 0.72 0.33
HSL 0.56% 0.43% -
HSV(B) 0.72% 0.67% -
XYZ 18.17 10.87 3.94 -
YUV 84.48 107.42 189 -
System Red Green Blue C M Y K H S L
Decimal 170 48 48 0 0.72 0.72 0.33 0 0.56 0.43
Hex AA 30 30 0 48 48 21 0 38 2B
Octal 252 60 60 0 110 110 41 0 70 53
Binary 10101010 110000 110000 0 1001000 1001000 100001 0 111000 101011

Color Harmonies of #AA3030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3030

Black with #AA3030

Text Example


Text Example

White with #AA3030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3030; }

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

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

background-color css

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

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

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

border-color css

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

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

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