Html Css Color HEX #AA331B Brown

📋 copy color: '#AA331B'

red 170 ◦ green 51 ◦ blue 27

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

Shades of Brown #AA331B

Tints of Brown #AA331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 68.55%
G = 20.56%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA331B (or 0xAA331B) is known color: Brown. HEX triplet: AA, 33 and 1B. RGB value is (170,51,27). Sum of RGB (Red+Green+Blue) = 170+51+27=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA331B is #55CCE4. Grayscale: #545454. Windows color (decimal): -5623013 or 1782698. OLE color: 1782698.

HSL color Cylindrical-coordinate representation of color #AA331B: hue angle of 10.07º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA331B is Cyan = 0, Magento = 0.7, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 51 27 -
CMYK 0 0.7 0.84 0.33
HSL 10.07º 0.73% 0.39% -
HSV(B) 10.07º 0.84% 0.67% -
XYZ 17.96 10.99 2.21 -
YUV 83.85 95.92 189.45 -
System Red Green Blue C M Y K H S L
Decimal 170 51 27 0 0.7 0.84 0.33 10.07 0.73 0.39
Hex AA 33 1B 0 46 54 21 A 49 27
Octal 252 63 33 0 106 124 41 12 111 47
Binary 10101010 110011 11011 0 1000110 1010100 100001 1010 1001001 100111

Color Harmonies of #AA331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA331B

Black with #AA331B

Text Example


Text Example

White with #AA331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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