Html Css Color HEX #AE8266 Medium Wood

📋 copy color: '#AE8266'

red 174 ◦ green 130 ◦ blue 102

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

Shades of Medium Wood #AE8266

Tints of Medium Wood #AE8266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

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

R = 42.86%
G = 32.02%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE8266 (or 0xAE8266) is known color: Medium Wood. HEX triplet: AE, 82 and 66. RGB value is (174,130,102). Sum of RGB (Red+Green+Blue) = 174+130+102=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8266 is #517D99. Grayscale: #8C8C8C. Windows color (decimal): -5340570 or 6718126. OLE color: 6718126.

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

Color convert

RGB 174 130 102 -
CMYK 0 0.25 0.41 0.32
HSL 23.33º 0.31% 0.54% -
HSV(B) 23.33º 0.41% 0.68% -
XYZ 27.84 25.92 16.11 -
YUV 139.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 174 130 102 0 0.25 0.41 0.32 23.33 0.31 0.54
Hex AE 82 66 0 19 29 20 17 1F 36
Octal 256 202 146 0 31 51 40 27 37 66
Binary 10101110 10000010 1100110 0 11001 101001 100000 10111 11111 110110

Color Harmonies of #AE8266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8266

Black with #AE8266

Text Example


Text Example

White with #AE8266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8266; }

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

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

background-color css

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

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

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

border-color css

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

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

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