Html Css Color HEX #AE805C Medium Wood

📋 copy color: '#AE805C'

red 174 ◦ green 128 ◦ blue 92

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

Shades of Medium Wood #AE805C

Tints of Medium Wood #AE805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.35%

R = 44.16%
G = 32.49%
B = 23.35%

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

#AE805C (or 0xAE805C) is known color: Medium Wood. HEX triplet: AE, 80 and 5C. RGB value is (174,128,92). Sum of RGB (Red+Green+Blue) = 174+128+92=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE805C is #517FA3. Grayscale: #898989. Windows color (decimal): -5341092 or 6062254. OLE color: 6062254.

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

Color convert

RGB 174 128 92 -
CMYK 0 0.26 0.47 0.32
HSL 26.34º 0.34% 0.52% -
HSV(B) 26.34º 0.47% 0.68% -
XYZ 27.11 25.21 13.56 -
YUV 137.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 174 128 92 0 0.26 0.47 0.32 26.34 0.34 0.52
Hex AE 80 5C 0 1A 2F 20 1A 22 34
Octal 256 200 134 0 32 57 40 32 42 64
Binary 10101110 10000000 1011100 0 11010 101111 100000 11010 100010 110100

Color Harmonies of #AE805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE805C

Black with #AE805C

Text Example


Text Example

White with #AE805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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