Html Css Color HEX #AE856C Medium Wood

📋 copy color: '#AE856C'

red 174 ◦ green 133 ◦ blue 108

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

Shades of Medium Wood #AE856C

Tints of Medium Wood #AE856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.05%

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 41.93%
G = 32.05%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE856C (or 0xAE856C) is known color: Medium Wood. HEX triplet: AE, 85 and 6C. RGB value is (174,133,108). Sum of RGB (Red+Green+Blue) = 174+133+108=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE856C is #517A93. Grayscale: #8E8E8E. Windows color (decimal): -5339796 or 7112110. OLE color: 7112110.

HSL color Cylindrical-coordinate representation of color #AE856C: hue angle of 22.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE856C is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 133 108 -
CMYK 0 0.24 0.38 0.32
HSL 22.73º 0.29% 0.55% -
HSV(B) 22.73º 0.38% 0.68% -
XYZ 28.55 26.86 17.87 -
YUV 142.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 174 133 108 0 0.24 0.38 0.32 22.73 0.29 0.55
Hex AE 85 6C 0 18 26 20 17 1D 37
Octal 256 205 154 0 30 46 40 27 35 67
Binary 10101110 10000101 1101100 0 11000 100110 100000 10111 11101 110111

Color Harmonies of #AE856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE856C

Black with #AE856C

Text Example


Text Example

White with #AE856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE856C; }

 p { color: rgb(174,133,108); }

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

background-color css

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

 a { background-color: rgb(174,133,108); }

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

border-color css

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

 span { border-color: rgb(174,133,108); }

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