Html Css Color HEX #AA331F Brown

📋 copy color: '#AA331F'

red 170 ◦ green 51 ◦ blue 31

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

Shades of Brown #AA331F

Tints of Brown #AA331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 67.46%
G = 20.24%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA331F (or 0xAA331F) is known color: Brown. HEX triplet: AA, 33 and 1F. RGB value is (170,51,31). Sum of RGB (Red+Green+Blue) = 170+51+31=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA331F is #55CCE0. Grayscale: #545454. Windows color (decimal): -5623009 or 2044842. OLE color: 2044842.

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

Color convert

RGB 170 51 31 -
CMYK 0 0.7 0.82 0.33
HSL 8.63º 0.69% 0.39% -
HSV(B) 8.63º 0.82% 0.67% -
XYZ 18.01 11.01 2.47 -
YUV 84.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 170 51 31 0 0.7 0.82 0.33 8.63 0.69 0.39
Hex AA 33 1F 0 46 52 21 9 45 27
Octal 252 63 37 0 106 122 41 11 105 47
Binary 10101010 110011 11111 0 1000110 1010010 100001 1001 1000101 100111

Color Harmonies of #AA331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA331F

Black with #AA331F

Text Example


Text Example

White with #AA331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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