Html Css Color HEX #AE845F Medium Wood

📋 copy color: '#AE845F'

red 174 ◦ green 132 ◦ blue 95

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

Shades of Medium Wood #AE845F

Tints of Medium Wood #AE845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 43.39%
G = 32.92%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE845F (or 0xAE845F) is known color: Medium Wood. HEX triplet: AE, 84 and 5F. RGB value is (174,132,95). Sum of RGB (Red+Green+Blue) = 174+132+95=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE845F is #517BA0. Grayscale: #8C8C8C. Windows color (decimal): -5340065 or 6259886. OLE color: 6259886.

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

Color convert

RGB 174 132 95 -
CMYK 0 0.24 0.45 0.32
HSL 28.1º 0.33% 0.53% -
HSV(B) 28.1º 0.45% 0.68% -
XYZ 27.77 26.33 14.44 -
YUV 140.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 174 132 95 0 0.24 0.45 0.32 28.1 0.33 0.53
Hex AE 84 5F 0 18 2D 20 1C 21 35
Octal 256 204 137 0 30 55 40 34 41 65
Binary 10101110 10000100 1011111 0 11000 101101 100000 11100 100001 110101

Color Harmonies of #AE845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE845F

Black with #AE845F

Text Example


Text Example

White with #AE845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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