Html Css Color HEX #AA7D5A Medium Wood

📋 copy color: '#AA7D5A'

red 170 ◦ green 125 ◦ blue 90

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

Shades of Medium Wood #AA7D5A

Tints of Medium Wood #AA7D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 44.16%
G = 32.47%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA7D5A (or 0xAA7D5A) is known color: Medium Wood. HEX triplet: AA, 7D and 5A. RGB value is (170,125,90). Sum of RGB (Red+Green+Blue) = 170+125+90=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D5A is #5582A5. Grayscale: #868686. Windows color (decimal): -5604006 or 5930410. OLE color: 5930410.

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

Color convert

RGB 170 125 90 -
CMYK 0 0.26 0.47 0.33
HSL 26.25º 0.32% 0.51% -
HSV(B) 26.25º 0.47% 0.67% -
XYZ 25.76 23.95 12.94 -
YUV 134.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 170 125 90 0 0.26 0.47 0.33 26.25 0.32 0.51
Hex AA 7D 5A 0 1A 2F 21 1A 20 33
Octal 252 175 132 0 32 57 41 32 40 63
Binary 10101010 1111101 1011010 0 11010 101111 100001 11010 100000 110011

Color Harmonies of #AA7D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D5A

Black with #AA7D5A

Text Example


Text Example

White with #AA7D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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