Html Css Color HEX #AE805B Medium Wood

📋 copy color: '#AE805B'

red 174 ◦ green 128 ◦ blue 91

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

Shades of Medium Wood #AE805B

Tints of Medium Wood #AE805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 44.27%
G = 32.57%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE805B (or 0xAE805B) is known color: Medium Wood. HEX triplet: AE, 80 and 5B. RGB value is (174,128,91). Sum of RGB (Red+Green+Blue) = 174+128+91=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE805B is #517FA4. Grayscale: #898989. Windows color (decimal): -5341093 or 5996718. OLE color: 5996718.

HSL color Cylindrical-coordinate representation of color #AE805B: hue angle of 26.75º 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 #AE805B is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 128 91 -
CMYK 0 0.26 0.48 0.32
HSL 26.75º 0.34% 0.52% -
HSV(B) 26.75º 0.48% 0.68% -
XYZ 27.06 25.19 13.33 -
YUV 137.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 174 128 91 0 0.26 0.48 0.32 26.75 0.34 0.52
Hex AE 80 5B 0 1A 30 20 1B 22 34
Octal 256 200 133 0 32 60 40 33 42 64
Binary 10101110 10000000 1011011 0 11010 110000 100000 11011 100010 110100

Color Harmonies of #AE805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE805B

Black with #AE805B

Text Example


Text Example

White with #AE805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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