Html Css Color HEX #AA7D5B Medium Wood

📋 copy color: '#AA7D5B'

red 170 ◦ green 125 ◦ blue 91

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

Shades of Medium Wood #AA7D5B

Tints of Medium Wood #AA7D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.58%

R = 44.04%
G = 32.38%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA7D5B (or 0xAA7D5B) is known color: Medium Wood. HEX triplet: AA, 7D and 5B. RGB value is (170,125,91). Sum of RGB (Red+Green+Blue) = 170+125+91=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D5B is #5582A4. Grayscale: #868686. Windows color (decimal): -5604005 or 5995946. OLE color: 5995946.

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

Color convert

RGB 170 125 91 -
CMYK 0 0.26 0.46 0.33
HSL 25.82º 0.32% 0.51% -
HSV(B) 25.82º 0.46% 0.67% -
XYZ 25.8 23.97 13.16 -
YUV 134.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 170 125 91 0 0.26 0.46 0.33 25.82 0.32 0.51
Hex AA 7D 5B 0 1A 2E 21 1A 20 33
Octal 252 175 133 0 32 56 41 32 40 63
Binary 10101010 1111101 1011011 0 11010 101110 100001 11010 100000 110011

Color Harmonies of #AA7D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D5B

Black with #AA7D5B

Text Example


Text Example

White with #AA7D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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