Html Css Color HEX #AA825E Medium Wood

📋 copy color: '#AA825E'

red 170 ◦ green 130 ◦ blue 94

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

Shades of Medium Wood #AA825E

Tints of Medium Wood #AA825E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.86%

R = 43.15%
G = 32.99%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA825E (or 0xAA825E) is known color: Medium Wood. HEX triplet: AA, 82 and 5E. RGB value is (170,130,94). Sum of RGB (Red+Green+Blue) = 170+130+94=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA825E is #557DA1. Grayscale: #8A8A8A. Windows color (decimal): -5602722 or 6193834. OLE color: 6193834.

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

Color convert

RGB 170 130 94 -
CMYK 0 0.24 0.45 0.33
HSL 28.42º 0.31% 0.52% -
HSV(B) 28.42º 0.45% 0.67% -
XYZ 26.58 25.32 14.08 -
YUV 137.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 170 130 94 0 0.24 0.45 0.33 28.42 0.31 0.52
Hex AA 82 5E 0 18 2D 21 1C 1F 34
Octal 252 202 136 0 30 55 41 34 37 64
Binary 10101010 10000010 1011110 0 11000 101101 100001 11100 11111 110100

Color Harmonies of #AA825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA825E

Black with #AA825E

Text Example


Text Example

White with #AA825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA825E; }

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

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

background-color css

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

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

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

border-color css

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

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

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