Html Css Color HEX #AE7D6B Medium Wood

📋 copy color: '#AE7D6B'

red 174 ◦ green 125 ◦ blue 107

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

Shades of Medium Wood #AE7D6B

Tints of Medium Wood #AE7D6B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.79%

 BLUE value IS 107 (42.19% from 255) = 26.35%

R = 42.86%
G = 30.79%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE7D6B (or 0xAE7D6B) is known color: Medium Wood. HEX triplet: AE, 7D and 6B. RGB value is (174,125,107). Sum of RGB (Red+Green+Blue) = 174+125+107=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D6B is #518294. Grayscale: #898989. Windows color (decimal): -5341845 or 7044526. OLE color: 7044526.

HSL color Cylindrical-coordinate representation of color #AE7D6B: hue angle of 16.12º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE7D6B is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 125 107 -
CMYK 0 0.28 0.39 0.32
HSL 16.12º 0.29% 0.55% -
HSV(B) 16.12º 0.39% 0.68% -
XYZ 27.44 24.73 17.24 -
YUV 137.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 174 125 107 0 0.28 0.39 0.32 16.12 0.29 0.55
Hex AE 7D 6B 0 1C 27 20 10 1D 37
Octal 256 175 153 0 34 47 40 20 35 67
Binary 10101110 1111101 1101011 0 11100 100111 100000 10000 11101 110111

Color Harmonies of #AE7D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7D6B

Black with #AE7D6B

Text Example


Text Example

White with #AE7D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7D6B; }

 p { color: rgb(174,125,107); }

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

background-color css

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

 a { background-color: rgb(174,125,107); }

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

border-color css

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

 span { border-color: rgb(174,125,107); }

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