Html Css Color HEX #AA7A65 Medium Wood

📋 copy color: '#AA7A65'

red 170 ◦ green 122 ◦ blue 101

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

Shades of Medium Wood #AA7A65

Tints of Medium Wood #AA7A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 43.26%
G = 31.04%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA7A65 (or 0xAA7A65) is known color: Medium Wood. HEX triplet: AA, 7A and 65. RGB value is (170,122,101). Sum of RGB (Red+Green+Blue) = 170+122+101=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A65 is #55859A. Grayscale: #868686. Windows color (decimal): -5604763 or 6650538. OLE color: 6650538.

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

Color convert

RGB 170 122 101 -
CMYK 0 0.28 0.41 0.33
HSL 18.26º 0.29% 0.53% -
HSV(B) 18.26º 0.41% 0.67% -
XYZ 25.89 23.4 15.47 -
YUV 133.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 170 122 101 0 0.28 0.41 0.33 18.26 0.29 0.53
Hex AA 7A 65 0 1C 29 21 12 1D 35
Octal 252 172 145 0 34 51 41 22 35 65
Binary 10101010 1111010 1100101 0 11100 101001 100001 10010 11101 110101

Color Harmonies of #AA7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A65

Black with #AA7A65

Text Example


Text Example

White with #AA7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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