Html Css Color HEX #AE845D Medium Wood

📋 copy color: '#AE845D'

red 174 ◦ green 132 ◦ blue 93

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

Shades of Medium Wood #AE845D

Tints of Medium Wood #AE845D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 43.61%
G = 33.08%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE845D (or 0xAE845D) is known color: Medium Wood. HEX triplet: AE, 84 and 5D. RGB value is (174,132,93). Sum of RGB (Red+Green+Blue) = 174+132+93=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE845D is #517BA2. Grayscale: #8C8C8C. Windows color (decimal): -5340067 or 6128814. OLE color: 6128814.

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

Color convert

RGB 174 132 93 -
CMYK 0 0.24 0.47 0.32
HSL 28.89º 0.33% 0.52% -
HSV(B) 28.89º 0.47% 0.68% -
XYZ 27.68 26.29 13.97 -
YUV 140.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 174 132 93 0 0.24 0.47 0.32 28.89 0.33 0.52
Hex AE 84 5D 0 18 2F 20 1D 21 34
Octal 256 204 135 0 30 57 40 35 41 64
Binary 10101110 10000100 1011101 0 11000 101111 100000 11101 100001 110100

Color Harmonies of #AE845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE845D

Black with #AE845D

Text Example


Text Example

White with #AE845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE845D; }

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

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

background-color css

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

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

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

border-color css

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

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

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