Html Css Color HEX #AE855E Medium Wood

📋 copy color: '#AE855E'

red 174 ◦ green 133 ◦ blue 94

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

Shades of Medium Wood #AE855E

Tints of Medium Wood #AE855E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.44%

R = 43.39%
G = 33.17%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE855E (or 0xAE855E) is known color: Medium Wood. HEX triplet: AE, 85 and 5E. RGB value is (174,133,94). Sum of RGB (Red+Green+Blue) = 174+133+94=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE855E is #517AA1. Grayscale: #8D8D8D. Windows color (decimal): -5339810 or 6194606. OLE color: 6194606.

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

Color convert

RGB 174 133 94 -
CMYK 0 0.24 0.46 0.32
HSL 29.25º 0.33% 0.53% -
HSV(B) 29.25º 0.46% 0.68% -
XYZ 27.86 26.58 14.25 -
YUV 140.81 101.58 151.67 -
System Red Green Blue C M Y K H S L
Decimal 174 133 94 0 0.24 0.46 0.32 29.25 0.33 0.53
Hex AE 85 5E 0 18 2E 20 1D 21 35
Octal 256 205 136 0 30 56 40 35 41 65
Binary 10101110 10000101 1011110 0 11000 101110 100000 11101 100001 110101

Color Harmonies of #AE855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE855E

Black with #AE855E

Text Example


Text Example

White with #AE855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE855E; }

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

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

background-color css

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

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

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

border-color css

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

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

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