Html Css Color HEX #AA3330 Brown

📋 copy color: '#AA3330'

red 170 ◦ green 51 ◦ blue 48

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

Shades of Brown #AA3330

Tints of Brown #AA3330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.96%

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

R = 63.2%
G = 18.96%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA3330 (or 0xAA3330) is known color: Brown. HEX triplet: AA, 33 and 30. RGB value is (170,51,48). Sum of RGB (Red+Green+Blue) = 170+51+48=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3330 is #55CCCF. Grayscale: #565656. Windows color (decimal): -5622992 or 3158954. OLE color: 3158954.

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

Color convert

RGB 170 51 48 -
CMYK 0 0.7 0.72 0.33
HSL 1.48º 0.56% 0.43% -
HSV(B) 1.48º 0.72% 0.67% -
XYZ 18.29 11.13 3.98 -
YUV 86.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 170 51 48 0 0.7 0.72 0.33 1.48 0.56 0.43
Hex AA 33 30 0 46 48 21 1 38 2B
Octal 252 63 60 0 106 110 41 1 70 53
Binary 10101010 110011 110000 0 1000110 1001000 100001 1 111000 101011

Color Harmonies of #AA3330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3330

Black with #AA3330

Text Example


Text Example

White with #AA3330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3330; }

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

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

background-color css

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

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

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

border-color css

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

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

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