Html Css Color HEX #AA825A Medium Wood

📋 copy color: '#AA825A'

red 170 ◦ green 130 ◦ blue 90

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

Shades of Medium Wood #AA825A

Tints of Medium Wood #AA825A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.33%

 BLUE value IS 90 (35.55% from 255) = 23.08%

R = 43.59%
G = 33.33%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA825A (or 0xAA825A) is known color: Medium Wood. HEX triplet: AA, 82 and 5A. RGB value is (170,130,90). Sum of RGB (Red+Green+Blue) = 170+130+90=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA825A is #557DA5. Grayscale: #898989. Windows color (decimal): -5602726 or 5931690. OLE color: 5931690.

HSL color Cylindrical-coordinate representation of color #AA825A: hue angle of 30º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA825A is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 130 90 -
CMYK 0 0.24 0.47 0.33
HSL 30º 0.32% 0.51% -
HSV(B) 30º 0.47% 0.67% -
XYZ 26.41 25.25 13.15 -
YUV 137.4 101.25 151.25 -
System Red Green Blue C M Y K H S L
Decimal 170 130 90 0 0.24 0.47 0.33 30 0.32 0.51
Hex AA 82 5A 0 18 2F 21 1E 20 33
Octal 252 202 132 0 30 57 41 36 40 63
Binary 10101010 10000010 1011010 0 11000 101111 100001 11110 100000 110011

Color Harmonies of #AA825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA825A

Black with #AA825A

Text Example


Text Example

White with #AA825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA825A; }

 p { color: rgb(170,130,90); }

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

background-color css

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

 a { background-color: rgb(170,130,90); }

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

border-color css

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

 span { border-color: rgb(170,130,90); }

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