Html Css Color HEX #AA351C Brown

📋 copy color: '#AA351C'

red 170 ◦ green 53 ◦ blue 28

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

Shades of Brown #AA351C

Tints of Brown #AA351C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.12%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 67.73%
G = 21.12%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA351C (or 0xAA351C) is known color: Brown. HEX triplet: AA, 35 and 1C. RGB value is (170,53,28). Sum of RGB (Red+Green+Blue) = 170+53+28=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA351C is #55CAE3. Grayscale: #555555. Windows color (decimal): -5622500 or 1848746. OLE color: 1848746.

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

Color convert

RGB 170 53 28 -
CMYK 0 0.69 0.84 0.33
HSL 10.56º 0.72% 0.39% -
HSV(B) 10.56º 0.84% 0.67% -
XYZ 18.06 11.18 2.3 -
YUV 85.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 170 53 28 0 0.69 0.84 0.33 10.56 0.72 0.39
Hex AA 35 1C 0 45 54 21 B 48 27
Octal 252 65 34 0 105 124 41 13 110 47
Binary 10101010 110101 11100 0 1000101 1010100 100001 1011 1001000 100111

Color Harmonies of #AA351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA351C

Black with #AA351C

Text Example


Text Example

White with #AA351C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA351C; }

 p { color: rgb(170,53,28); }

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

background-color css

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

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

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

border-color css

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

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

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