Html Css Color HEX #AA341F Brown

📋 copy color: '#AA341F'

red 170 ◦ green 52 ◦ blue 31

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

Shades of Brown #AA341F

Tints of Brown #AA341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.55%

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

R = 67.19%
G = 20.55%
B = 12.25%

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

#AA341F (or 0xAA341F) is known color: Brown. HEX triplet: AA, 34 and 1F. RGB value is (170,52,31). Sum of RGB (Red+Green+Blue) = 170+52+31=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA341F is #55CBE0. Grayscale: #555555. Windows color (decimal): -5622753 or 2045098. OLE color: 2045098.

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

Color convert

RGB 170 52 31 -
CMYK 0 0.69 0.82 0.33
HSL 9.06º 0.69% 0.39% -
HSV(B) 9.06º 0.82% 0.67% -
XYZ 18.05 11.1 2.49 -
YUV 84.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 170 52 31 0 0.69 0.82 0.33 9.06 0.69 0.39
Hex AA 34 1F 0 45 52 21 9 45 27
Octal 252 64 37 0 105 122 41 11 105 47
Binary 10101010 110100 11111 0 1000101 1010010 100001 1001 1000101 100111

Color Harmonies of #AA341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA341F

Black with #AA341F

Text Example


Text Example

White with #AA341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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