Html Css Color HEX #AA7B6A Medium Wood

📋 copy color: '#AA7B6A'

red 170 ◦ green 123 ◦ blue 106

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

Shades of Medium Wood #AA7B6A

Tints of Medium Wood #AA7B6A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.83%

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

R = 42.61%
G = 30.83%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA7B6A (or 0xAA7B6A) is known color: Medium Wood. HEX triplet: AA, 7B and 6A. RGB value is (170,123,106). Sum of RGB (Red+Green+Blue) = 170+123+106=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B6A is #558495. Grayscale: #878787. Windows color (decimal): -5604502 or 6978474. OLE color: 6978474.

HSL color Cylindrical-coordinate representation of color #AA7B6A: hue angle of 15.94º 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 #AA7B6A is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 123 106 -
CMYK 0 0.28 0.38 0.33
HSL 15.94º 0.27% 0.54% -
HSV(B) 15.94º 0.38% 0.67% -
XYZ 26.26 23.75 16.84 -
YUV 135.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 170 123 106 0 0.28 0.38 0.33 15.94 0.27 0.54
Hex AA 7B 6A 0 1C 26 21 10 1B 36
Octal 252 173 152 0 34 46 41 20 33 66
Binary 10101010 1111011 1101010 0 11100 100110 100001 10000 11011 110110

Color Harmonies of #AA7B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B6A

Black with #AA7B6A

Text Example


Text Example

White with #AA7B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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