Html Css Color HEX #AA7F5B Medium Wood

📋 copy color: '#AA7F5B'

red 170 ◦ green 127 ◦ blue 91

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

Shades of Medium Wood #AA7F5B

Tints of Medium Wood #AA7F5B

RGB

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

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

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

R = 43.81%
G = 32.73%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA7F5B (or 0xAA7F5B) is known color: Medium Wood. HEX triplet: AA, 7F and 5B. RGB value is (170,127,91). Sum of RGB (Red+Green+Blue) = 170+127+91=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F5B is #5580A4. Grayscale: #878787. Windows color (decimal): -5603493 or 5996458. OLE color: 5996458.

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

Color convert

RGB 170 127 91 -
CMYK 0 0.25 0.46 0.33
HSL 27.34º 0.32% 0.51% -
HSV(B) 27.34º 0.46% 0.67% -
XYZ 26.06 24.48 13.25 -
YUV 135.75 102.75 152.43 -
System Red Green Blue C M Y K H S L
Decimal 170 127 91 0 0.25 0.46 0.33 27.34 0.32 0.51
Hex AA 7F 5B 0 19 2E 21 1B 20 33
Octal 252 177 133 0 31 56 41 33 40 63
Binary 10101010 1111111 1011011 0 11001 101110 100001 11011 100000 110011

Color Harmonies of #AA7F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F5B

Black with #AA7F5B

Text Example


Text Example

White with #AA7F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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