Html Css Color HEX #AA7D6E Medium Wood

📋 copy color: '#AA7D6E'

red 170 ◦ green 125 ◦ blue 110

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

Shades of Medium Wood #AA7D6E

Tints of Medium Wood #AA7D6E

RGB

 RED value IS 170 (66.8% from 255) = 41.98%

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

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 41.98%
G = 30.86%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA7D6E (or 0xAA7D6E) is known color: Medium Wood. HEX triplet: AA, 7D and 6E. RGB value is (170,125,110). Sum of RGB (Red+Green+Blue) = 170+125+110=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D6E is #558291. Grayscale: #888888. Windows color (decimal): -5603986 or 7241130. OLE color: 7241130.

HSL color Cylindrical-coordinate representation of color #AA7D6E: hue angle of 15º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA7D6E is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 125 110 -
CMYK 0 0.26 0.35 0.33
HSL 15º 0.26% 0.55% -
HSV(B) 15º 0.35% 0.67% -
XYZ 26.73 24.34 18.04 -
YUV 136.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 170 125 110 0 0.26 0.35 0.33 15 0.26 0.55
Hex AA 7D 6E 0 1A 23 21 F 1A 37
Octal 252 175 156 0 32 43 41 17 32 67
Binary 10101010 1111101 1101110 0 11010 100011 100001 1111 11010 110111

Color Harmonies of #AA7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D6E

Black with #AA7D6E

Text Example


Text Example

White with #AA7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D6E; }

 p { color: rgb(170,125,110); }

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

background-color css

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

 a { background-color: rgb(170,125,110); }

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

border-color css

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

 span { border-color: rgb(170,125,110); }

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