Html Css Color HEX #AA362A Brown

📋 copy color: '#AA362A'

red 170 ◦ green 54 ◦ blue 42

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

Shades of Brown #AA362A

Tints of Brown #AA362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 63.91%
G = 20.3%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA362A (or 0xAA362A) is known color: Brown. HEX triplet: AA, 36 and 2A. RGB value is (170,54,42). Sum of RGB (Red+Green+Blue) = 170+54+42=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA362A is #55C9D5. Grayscale: #575757. Windows color (decimal): -5622230 or 2766506. OLE color: 2766506.

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

Color convert

RGB 170 54 42 -
CMYK 0 0.68 0.75 0.33
HSL 5.63º 0.6% 0.42% -
HSV(B) 5.63º 0.75% 0.67% -
XYZ 18.31 11.35 3.42 -
YUV 87.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 170 54 42 0 0.68 0.75 0.33 5.63 0.6 0.42
Hex AA 36 2A 0 44 4B 21 6 3C 2A
Octal 252 66 52 0 104 113 41 6 74 52
Binary 10101010 110110 101010 0 1000100 1001011 100001 110 111100 101010

Color Harmonies of #AA362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA362A

Black with #AA362A

Text Example


Text Example

White with #AA362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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