Html Css Color HEX #AA3624 Brown

📋 copy color: '#AA3624'

red 170 ◦ green 54 ◦ blue 36

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

Shades of Brown #AA3624

Tints of Brown #AA3624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 65.38%
G = 20.77%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA3624 (or 0xAA3624) is known color: Brown. HEX triplet: AA, 36 and 24. RGB value is (170,54,36). Sum of RGB (Red+Green+Blue) = 170+54+36=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3624 is #55C9DB. Grayscale: #565656. Windows color (decimal): -5622236 or 2373290. OLE color: 2373290.

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

Color convert

RGB 170 54 36 -
CMYK 0 0.68 0.79 0.33
HSL 8.06º 0.65% 0.4% -
HSV(B) 8.06º 0.79% 0.67% -
XYZ 18.22 11.31 2.89 -
YUV 86.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 170 54 36 0 0.68 0.79 0.33 8.06 0.65 0.4
Hex AA 36 24 0 44 4F 21 8 41 28
Octal 252 66 44 0 104 117 41 10 101 50
Binary 10101010 110110 100100 0 1000100 1001111 100001 1000 1000001 101000

Color Harmonies of #AA3624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3624

Black with #AA3624

Text Example


Text Example

White with #AA3624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3624; }

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

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

background-color css

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

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

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

border-color css

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

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

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