Html Css Color HEX #AE7E66 Medium Wood

📋 copy color: '#AE7E66'

red 174 ◦ green 126 ◦ blue 102

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

Shades of Medium Wood #AE7E66

Tints of Medium Wood #AE7E66

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.34%

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

R = 43.28%
G = 31.34%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE7E66 (or 0xAE7E66) is known color: Medium Wood. HEX triplet: AE, 7E and 66. RGB value is (174,126,102). Sum of RGB (Red+Green+Blue) = 174+126+102=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E66 is #518199. Grayscale: #898989. Windows color (decimal): -5341594 or 6717102. OLE color: 6717102.

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

Color convert

RGB 174 126 102 -
CMYK 0 0.28 0.41 0.32
HSL 20º 0.31% 0.54% -
HSV(B) 20º 0.41% 0.68% -
XYZ 27.31 24.88 15.93 -
YUV 137.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 174 126 102 0 0.28 0.41 0.32 20 0.31 0.54
Hex AE 7E 66 0 1C 29 20 14 1F 36
Octal 256 176 146 0 34 51 40 24 37 66
Binary 10101110 1111110 1100110 0 11100 101001 100000 10100 11111 110110

Color Harmonies of #AE7E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7E66

Black with #AE7E66

Text Example


Text Example

White with #AE7E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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