Html Css Color HEX #AE845E Medium Wood

📋 copy color: '#AE845E'

red 174 ◦ green 132 ◦ blue 94

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

Shades of Medium Wood #AE845E

Tints of Medium Wood #AE845E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33%

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

R = 43.5%
G = 33%
B = 23.5%

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

#AE845E (or 0xAE845E) is known color: Medium Wood. HEX triplet: AE, 84 and 5E. RGB value is (174,132,94). Sum of RGB (Red+Green+Blue) = 174+132+94=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE845E is #517BA1. Grayscale: #8C8C8C. Windows color (decimal): -5340066 or 6194350. OLE color: 6194350.

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

Color convert

RGB 174 132 94 -
CMYK 0 0.24 0.46 0.32
HSL 28.5º 0.33% 0.53% -
HSV(B) 28.5º 0.46% 0.68% -
XYZ 27.73 26.31 14.21 -
YUV 140.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 174 132 94 0 0.24 0.46 0.32 28.5 0.33 0.53
Hex AE 84 5E 0 18 2E 20 1C 21 35
Octal 256 204 136 0 30 56 40 34 41 65
Binary 10101110 10000100 1011110 0 11000 101110 100000 11100 100001 110101

Color Harmonies of #AE845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE845E

Black with #AE845E

Text Example


Text Example

White with #AE845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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