Html Css Color HEX #AA7967 Medium Wood

📋 copy color: '#AA7967'

red 170 ◦ green 121 ◦ blue 103

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

Shades of Medium Wood #AA7967

Tints of Medium Wood #AA7967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.14%

R = 43.15%
G = 30.71%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA7967 (or 0xAA7967) is known color: Medium Wood. HEX triplet: AA, 79 and 67. RGB value is (170,121,103). Sum of RGB (Red+Green+Blue) = 170+121+103=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7967 is #558698. Grayscale: #858585. Windows color (decimal): -5605017 or 6781354. OLE color: 6781354.

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

Color convert

RGB 170 121 103 -
CMYK 0 0.29 0.39 0.33
HSL 16.12º 0.28% 0.54% -
HSV(B) 16.12º 0.39% 0.67% -
XYZ 25.86 23.2 15.95 -
YUV 133.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 170 121 103 0 0.29 0.39 0.33 16.12 0.28 0.54
Hex AA 79 67 0 1D 27 21 10 1C 36
Octal 252 171 147 0 35 47 41 20 34 66
Binary 10101010 1111001 1100111 0 11101 100111 100001 10000 11100 110110

Color Harmonies of #AA7967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7967

Black with #AA7967

Text Example


Text Example

White with #AA7967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7967; }

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

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

background-color css

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

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

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

border-color css

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

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

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