Html Css Color HEX #AA341C Brown

📋 copy color: '#AA341C'

red 170 ◦ green 52 ◦ blue 28

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

Shades of Brown #AA341C

Tints of Brown #AA341C

RGB

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

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

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

R = 68%
G = 20.8%
B = 11.2%

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

#AA341C (or 0xAA341C) is known color: Brown. HEX triplet: AA, 34 and 1C. RGB value is (170,52,28). Sum of RGB (Red+Green+Blue) = 170+52+28=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA341C is #55CBE3. Grayscale: #545454. Windows color (decimal): -5622756 or 1848490. OLE color: 1848490.

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

Color convert

RGB 170 52 28 -
CMYK 0 0.69 0.84 0.33
HSL 10.14º 0.72% 0.39% -
HSV(B) 10.14º 0.84% 0.67% -
XYZ 18.02 11.09 2.29 -
YUV 84.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 170 52 28 0 0.69 0.84 0.33 10.14 0.72 0.39
Hex AA 34 1C 0 45 54 21 A 48 27
Octal 252 64 34 0 105 124 41 12 110 47
Binary 10101010 110100 11100 0 1000101 1010100 100001 1010 1001000 100111

Color Harmonies of #AA341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA341C

Black with #AA341C

Text Example


Text Example

White with #AA341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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