Html Css Color HEX #AE845B Medium Wood

📋 copy color: '#AE845B'

red 174 ◦ green 132 ◦ blue 91

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

Shades of Medium Wood #AE845B

Tints of Medium Wood #AE845B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 43.83%
G = 33.25%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE845B (or 0xAE845B) is known color: Medium Wood. HEX triplet: AE, 84 and 5B. RGB value is (174,132,91). Sum of RGB (Red+Green+Blue) = 174+132+91=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE845B is #517BA4. Grayscale: #8C8C8C. Windows color (decimal): -5340069 or 5997742. OLE color: 5997742.

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

Color convert

RGB 174 132 91 -
CMYK 0 0.24 0.48 0.32
HSL 29.64º 0.34% 0.52% -
HSV(B) 29.64º 0.48% 0.68% -
XYZ 27.6 26.26 13.51 -
YUV 139.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 174 132 91 0 0.24 0.48 0.32 29.64 0.34 0.52
Hex AE 84 5B 0 18 30 20 1E 22 34
Octal 256 204 133 0 30 60 40 36 42 64
Binary 10101110 10000100 1011011 0 11000 110000 100000 11110 100010 110100

Color Harmonies of #AE845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE845B

Black with #AE845B

Text Example


Text Example

White with #AE845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE845B; }

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

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

background-color css

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

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

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

border-color css

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

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

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