Html Css Color HEX #AA331D Brown

📋 copy color: '#AA331D'

red 170 ◦ green 51 ◦ blue 29

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

Shades of Brown #AA331D

Tints of Brown #AA331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.6%

R = 68%
G = 20.4%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA331D (or 0xAA331D) is known color: Brown. HEX triplet: AA, 33 and 1D. RGB value is (170,51,29). Sum of RGB (Red+Green+Blue) = 170+51+29=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA331D is #55CCE2. Grayscale: #545454. Windows color (decimal): -5623011 or 1913770. OLE color: 1913770.

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

Color convert

RGB 170 51 29 -
CMYK 0 0.7 0.83 0.33
HSL 9.36º 0.71% 0.39% -
HSV(B) 9.36º 0.83% 0.67% -
XYZ 17.98 11 2.34 -
YUV 84.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 170 51 29 0 0.7 0.83 0.33 9.36 0.71 0.39
Hex AA 33 1D 0 46 53 21 9 47 27
Octal 252 63 35 0 106 123 41 11 107 47
Binary 10101010 110011 11101 0 1000110 1010011 100001 1001 1000111 100111

Color Harmonies of #AA331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA331D

Black with #AA331D

Text Example


Text Example

White with #AA331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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