Html Css Color HEX #AE8466 Medium Wood

📋 copy color: '#AE8466'

red 174 ◦ green 132 ◦ blue 102

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

Shades of Medium Wood #AE8466

Tints of Medium Wood #AE8466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25%

R = 42.65%
G = 32.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE8466 (or 0xAE8466) is known color: Medium Wood. HEX triplet: AE, 84 and 66. RGB value is (174,132,102). Sum of RGB (Red+Green+Blue) = 174+132+102=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8466 is #517B99. Grayscale: #8D8D8D. Windows color (decimal): -5340058 or 6718638. OLE color: 6718638.

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

Color convert

RGB 174 132 102 -
CMYK 0 0.24 0.41 0.32
HSL 25º 0.31% 0.54% -
HSV(B) 25º 0.41% 0.68% -
XYZ 28.11 26.46 16.2 -
YUV 141.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 174 132 102 0 0.24 0.41 0.32 25 0.31 0.54
Hex AE 84 66 0 18 29 20 19 1F 36
Octal 256 204 146 0 30 51 40 31 37 66
Binary 10101110 10000100 1100110 0 11000 101001 100000 11001 11111 110110

Color Harmonies of #AE8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8466

Black with #AE8466

Text Example


Text Example

White with #AE8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8466; }

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

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

background-color css

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

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

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

border-color css

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

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

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