Html Css Color HEX #AE805D Medium Wood

📋 copy color: '#AE805D'

red 174 ◦ green 128 ◦ blue 93

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

Shades of Medium Wood #AE805D

Tints of Medium Wood #AE805D

RGB

 RED value IS 174 (68.36% from 255) = 44.05%

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 44.05%
G = 32.41%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE805D (or 0xAE805D) is known color: Medium Wood. HEX triplet: AE, 80 and 5D. RGB value is (174,128,93). Sum of RGB (Red+Green+Blue) = 174+128+93=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE805D is #517FA2. Grayscale: #898989. Windows color (decimal): -5341091 or 6127790. OLE color: 6127790.

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

Color convert

RGB 174 128 93 -
CMYK 0 0.26 0.47 0.32
HSL 25.93º 0.33% 0.52% -
HSV(B) 25.93º 0.47% 0.68% -
XYZ 27.15 25.23 13.79 -
YUV 137.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 174 128 93 0 0.26 0.47 0.32 25.93 0.33 0.52
Hex AE 80 5D 0 1A 2F 20 1A 21 34
Octal 256 200 135 0 32 57 40 32 41 64
Binary 10101110 10000000 1011101 0 11010 101111 100000 11010 100001 110100

Color Harmonies of #AE805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE805D

Black with #AE805D

Text Example


Text Example

White with #AE805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE805D; }

 p { color: rgb(174,128,93); }

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

background-color css

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

 a { background-color: rgb(174,128,93); }

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

border-color css

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

 span { border-color: rgb(174,128,93); }

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