Html Css Color HEX #AA3422 Brown

📋 copy color: '#AA3422'

red 170 ◦ green 52 ◦ blue 34

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

Shades of Brown #AA3422

Tints of Brown #AA3422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.28%

R = 66.41%
G = 20.31%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA3422 (or 0xAA3422) is known color: Brown. HEX triplet: AA, 34 and 22. RGB value is (170,52,34). Sum of RGB (Red+Green+Blue) = 170+52+34=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3422 is #55CBDD. Grayscale: #555555. Windows color (decimal): -5622750 or 2241706. OLE color: 2241706.

HSL color Cylindrical-coordinate representation of color #AA3422: hue angle of 7.94º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA3422 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 52 34 -
CMYK 0 0.69 0.80 0.33
HSL 7.94º 0.67% 0.4% -
HSV(B) 7.94º 0.8% 0.67% -
XYZ 18.09 11.12 2.71 -
YUV 85.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 170 52 34 0 0.69 0.80 0.33 7.94 0.67 0.4
Hex AA 34 22 0 45 50 21 8 43 28
Octal 252 64 42 0 105 120 41 10 103 50
Binary 10101010 110100 100010 0 1000101 1010000 100001 1000 1000011 101000

Color Harmonies of #AA3422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3422

Black with #AA3422

Text Example


Text Example

White with #AA3422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3422; }

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

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

background-color css

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

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

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

border-color css

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

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

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