#AE825A

Color #AE825A Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #AE825A

Tints of Medium Wood #AE825A

Color information

#AE825A (or 0xAE825A) is unknown color: approx Medium Wood. HEX triplet: AE, 82 and 5A. RGB value is (174,130,90). Sum of RGB (Red+Green+Blue) = 174+130+90=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE825A is #517DA5. Grayscale: #8A8A8A. Windows color (decimal): -5340582 or 5931694. OLE color: 5931694.

HSL color Cylindrical-coordinate representation of color #AE825A: hue angle of 28.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE825A is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB17413090-
CMYK00.250.480.32
HSL28.57º34.15%51.76%-
HSV(B)28.57º48.28%68.24%-
XYZ27.2825.713.2-
YUV138.6100.58153.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=44.16%
G=32.99%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741309000.250.480.3228.5734.1551.76
HexAE825A01930201d2234
Octal2562021320316040354264
Binary1010111010000010101101001100111000010000011101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE825A; }

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

 H1.HeaderClassName
 {
   color: #AE825A;
 }
 .AnyTagClassName
 {
   color: #AE825A;
 }
</style>
background-color css

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

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

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

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

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

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