Html Css Color HEX #AE7F66 Medium Wood

📋 copy color: '#AE7F66'

red 174 ◦ green 127 ◦ blue 102

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

Shades of Medium Wood #AE7F66

Tints of Medium Wood #AE7F66

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

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

R = 43.18%
G = 31.51%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE7F66 (or 0xAE7F66) is known color: Medium Wood. HEX triplet: AE, 7F and 66. RGB value is (174,127,102). Sum of RGB (Red+Green+Blue) = 174+127+102=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7F66 is #518099. Grayscale: #8A8A8A. Windows color (decimal): -5341338 or 6717358. OLE color: 6717358.

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

Color convert

RGB 174 127 102 -
CMYK 0 0.27 0.41 0.32
HSL 20.83º 0.31% 0.54% -
HSV(B) 20.83º 0.41% 0.68% -
XYZ 27.44 25.14 15.98 -
YUV 138.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 174 127 102 0 0.27 0.41 0.32 20.83 0.31 0.54
Hex AE 7F 66 0 1B 29 20 15 1F 36
Octal 256 177 146 0 33 51 40 25 37 66
Binary 10101110 1111111 1100110 0 11011 101001 100000 10101 11111 110110

Color Harmonies of #AE7F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7F66

Black with #AE7F66

Text Example


Text Example

White with #AE7F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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