Html Css Color HEX #AA351E Brown

📋 copy color: '#AA351E'

red 170 ◦ green 53 ◦ blue 30

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

Shades of Brown #AA351E

Tints of Brown #AA351E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.86%

R = 67.19%
G = 20.95%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA351E (or 0xAA351E) is known color: Brown. HEX triplet: AA, 35 and 1E. RGB value is (170,53,30). Sum of RGB (Red+Green+Blue) = 170+53+30=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA351E is #55CAE1. Grayscale: #555555. Windows color (decimal): -5622498 or 1979818. OLE color: 1979818.

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

Color convert

RGB 170 53 30 -
CMYK 0 0.69 0.82 0.33
HSL 9.86º 0.7% 0.39% -
HSV(B) 9.86º 0.82% 0.67% -
XYZ 18.09 11.19 2.43 -
YUV 85.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 170 53 30 0 0.69 0.82 0.33 9.86 0.7 0.39
Hex AA 35 1E 0 45 52 21 A 46 27
Octal 252 65 36 0 105 122 41 12 106 47
Binary 10101010 110101 11110 0 1000101 1010010 100001 1010 1000110 100111

Color Harmonies of #AA351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA351E

Black with #AA351E

Text Example


Text Example

White with #AA351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA351E; }

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

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

background-color css

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

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

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

border-color css

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

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

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