Html Css Color HEX #AA3622 Brown

📋 copy color: '#AA3622'

red 170 ◦ green 54 ◦ blue 34

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

Shades of Brown #AA3622

Tints of Brown #AA3622

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

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

R = 65.89%
G = 20.93%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AA3622 (or 0xAA3622) is known color: Brown. HEX triplet: AA, 36 and 22. RGB value is (170,54,34). Sum of RGB (Red+Green+Blue) = 170+54+34=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3622 is #55C9DD. Grayscale: #565656. Windows color (decimal): -5622238 or 2242218. OLE color: 2242218.

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

Color convert

RGB 170 54 34 -
CMYK 0 0.68 0.80 0.33
HSL 8.82º 0.67% 0.4% -
HSV(B) 8.82º 0.8% 0.67% -
XYZ 18.19 11.3 2.74 -
YUV 86.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 170 54 34 0 0.68 0.80 0.33 8.82 0.67 0.4
Hex AA 36 22 0 44 50 21 9 43 28
Octal 252 66 42 0 104 120 41 11 103 50
Binary 10101010 110110 100010 0 1000100 1010000 100001 1001 1000011 101000

Color Harmonies of #AA3622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3622

Black with #AA3622

Text Example


Text Example

White with #AA3622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3622; }

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

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

background-color css

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

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

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

border-color css

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

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

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