Html Css Color HEX #AA7A62 Medium Wood

📋 copy color: '#AA7A62'

red 170 ◦ green 122 ◦ blue 98

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

Shades of Medium Wood #AA7A62

Tints of Medium Wood #AA7A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 43.59%
G = 31.28%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA7A62 (or 0xAA7A62) is known color: Medium Wood. HEX triplet: AA, 7A and 62. RGB value is (170,122,98). Sum of RGB (Red+Green+Blue) = 170+122+98=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A62 is #55859D. Grayscale: #858585. Windows color (decimal): -5604766 or 6453930. OLE color: 6453930.

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

Color convert

RGB 170 122 98 -
CMYK 0 0.28 0.42 0.33
HSL 20º 0.3% 0.53% -
HSV(B) 20º 0.42% 0.67% -
XYZ 25.74 23.35 14.7 -
YUV 133.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 170 122 98 0 0.28 0.42 0.33 20 0.3 0.53
Hex AA 7A 62 0 1C 2A 21 14 1E 35
Octal 252 172 142 0 34 52 41 24 36 65
Binary 10101010 1111010 1100010 0 11100 101010 100001 10100 11110 110101

Color Harmonies of #AA7A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A62

Black with #AA7A62

Text Example


Text Example

White with #AA7A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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