Html Css Color HEX #AA7D6A Medium Wood

📋 copy color: '#AA7D6A'

red 170 ◦ green 125 ◦ blue 106

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

Shades of Medium Wood #AA7D6A

Tints of Medium Wood #AA7D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 42.39%
G = 31.17%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA7D6A (or 0xAA7D6A) is known color: Medium Wood. HEX triplet: AA, 7D and 6A. RGB value is (170,125,106). Sum of RGB (Red+Green+Blue) = 170+125+106=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D6A is #558295. Grayscale: #888888. Windows color (decimal): -5603990 or 6978986. OLE color: 6978986.

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

Color convert

RGB 170 125 106 -
CMYK 0 0.26 0.38 0.33
HSL 17.81º 0.27% 0.54% -
HSV(B) 17.81º 0.38% 0.67% -
XYZ 26.51 24.25 16.92 -
YUV 136.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 170 125 106 0 0.26 0.38 0.33 17.81 0.27 0.54
Hex AA 7D 6A 0 1A 26 21 12 1B 36
Octal 252 175 152 0 32 46 41 22 33 66
Binary 10101010 1111101 1101010 0 11010 100110 100001 10010 11011 110110

Color Harmonies of #AA7D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D6A

Black with #AA7D6A

Text Example


Text Example

White with #AA7D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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