Html Css Color HEX #AA351F Brown

📋 copy color: '#AA351F'

red 170 ◦ green 53 ◦ blue 31

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

Shades of Brown #AA351F

Tints of Brown #AA351F

RGB

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

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

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

R = 66.93%
G = 20.87%
B = 12.2%

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

#AA351F (or 0xAA351F) is known color: Brown. HEX triplet: AA, 35 and 1F. RGB value is (170,53,31). Sum of RGB (Red+Green+Blue) = 170+53+31=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA351F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA351F is #55CAE0. Grayscale: #555555. Windows color (decimal): -5622497 or 2045354. OLE color: 2045354.

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

Color convert

RGB 170 53 31 -
CMYK 0 0.69 0.82 0.33
HSL 9.5º 0.69% 0.39% -
HSV(B) 9.5º 0.82% 0.67% -
XYZ 18.1 11.19 2.5 -
YUV 85.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 170 53 31 0 0.69 0.82 0.33 9.5 0.69 0.39
Hex AA 35 1F 0 45 52 21 9 45 27
Octal 252 65 37 0 105 122 41 11 105 47
Binary 10101010 110101 11111 0 1000101 1010010 100001 1001 1000101 100111

Color Harmonies of #AA351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA351F

Black with #AA351F

Text Example


Text Example

White with #AA351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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