Html Css Color HEX #AA7962 Medium Wood

📋 copy color: '#AA7962'

red 170 ◦ green 121 ◦ blue 98

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

Shades of Medium Wood #AA7962

Tints of Medium Wood #AA7962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

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

R = 43.7%
G = 31.11%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA7962 (or 0xAA7962) is known color: Medium Wood. HEX triplet: AA, 79 and 62. RGB value is (170,121,98). Sum of RGB (Red+Green+Blue) = 170+121+98=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7962 is #55869D. Grayscale: #858585. Windows color (decimal): -5605022 or 6453674. OLE color: 6453674.

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

Color convert

RGB 170 121 98 -
CMYK 0 0.29 0.42 0.33
HSL 19.17º 0.3% 0.53% -
HSV(B) 19.17º 0.42% 0.67% -
XYZ 25.62 23.1 14.66 -
YUV 133.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 170 121 98 0 0.29 0.42 0.33 19.17 0.3 0.53
Hex AA 79 62 0 1D 2A 21 13 1E 35
Octal 252 171 142 0 35 52 41 23 36 65
Binary 10101010 1111001 1100010 0 11101 101010 100001 10011 11110 110101

Color Harmonies of #AA7962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7962

Black with #AA7962

Text Example


Text Example

White with #AA7962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7962; }

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

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

background-color css

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

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

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

border-color css

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

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

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