Html Css Color HEX #AE7F6D Medium Wood

📋 copy color: '#AE7F6D'

red 174 ◦ green 127 ◦ blue 109

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

Shades of Medium Wood #AE7F6D

Tints of Medium Wood #AE7F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.59%

R = 42.44%
G = 30.98%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE7F6D (or 0xAE7F6D) is known color: Medium Wood. HEX triplet: AE, 7F and 6D. RGB value is (174,127,109). Sum of RGB (Red+Green+Blue) = 174+127+109=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7F6D is #518092. Grayscale: #8B8B8B. Windows color (decimal): -5341331 or 7176110. OLE color: 7176110.

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

Color convert

RGB 174 127 109 -
CMYK 0 0.27 0.37 0.32
HSL 16.62º 0.29% 0.55% -
HSV(B) 16.62º 0.37% 0.68% -
XYZ 27.81 25.28 17.88 -
YUV 139 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 174 127 109 0 0.27 0.37 0.32 16.62 0.29 0.55
Hex AE 7F 6D 0 1B 25 20 11 1D 37
Octal 256 177 155 0 33 45 40 21 35 67
Binary 10101110 1111111 1101101 0 11011 100101 100000 10001 11101 110111

Color Harmonies of #AE7F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7F6D

Black with #AE7F6D

Text Example


Text Example

White with #AE7F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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