Html Css Color HEX #AA7A61 Medium Wood

📋 copy color: '#AA7A61'

red 170 ◦ green 122 ◦ blue 97

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

Shades of Medium Wood #AA7A61

Tints of Medium Wood #AA7A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.36%

 BLUE value IS 97 (38.28% from 255) = 24.94%

R = 43.7%
G = 31.36%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA7A61 (or 0xAA7A61) is known color: Medium Wood. HEX triplet: AA, 7A and 61. RGB value is (170,122,97). Sum of RGB (Red+Green+Blue) = 170+122+97=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A61 is #55859E. Grayscale: #858585. Windows color (decimal): -5604767 or 6388394. OLE color: 6388394.

HSL color Cylindrical-coordinate representation of color #AA7A61: hue angle of 20.55º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7A61 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 122 97 -
CMYK 0 0.28 0.43 0.33
HSL 20.55º 0.3% 0.52% -
HSV(B) 20.55º 0.43% 0.67% -
XYZ 25.69 23.33 14.46 -
YUV 133.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 170 122 97 0 0.28 0.43 0.33 20.55 0.3 0.52
Hex AA 7A 61 0 1C 2B 21 15 1E 34
Octal 252 172 141 0 34 53 41 25 36 64
Binary 10101010 1111010 1100001 0 11100 101011 100001 10101 11110 110100

Color Harmonies of #AA7A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A61

Black with #AA7A61

Text Example


Text Example

White with #AA7A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A61; }

 p { color: rgb(170,122,97); }

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

background-color css

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

 a { background-color: rgb(170,122,97); }

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

border-color css

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

 span { border-color: rgb(170,122,97); }

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