Html Css Color HEX #AA7B65 Medium Wood

📋 copy color: '#AA7B65'

red 170 ◦ green 123 ◦ blue 101

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

Shades of Medium Wood #AA7B65

Tints of Medium Wood #AA7B65

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

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

R = 43.15%
G = 31.22%
B = 25.63%

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

#AA7B65 (or 0xAA7B65) is known color: Medium Wood. HEX triplet: AA, 7B and 65. RGB value is (170,123,101). Sum of RGB (Red+Green+Blue) = 170+123+101=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B65 is #55849A. Grayscale: #868686. Windows color (decimal): -5604507 or 6650794. OLE color: 6650794.

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

Color convert

RGB 170 123 101 -
CMYK 0 0.28 0.41 0.33
HSL 19.13º 0.29% 0.53% -
HSV(B) 19.13º 0.41% 0.67% -
XYZ 26.01 23.65 15.51 -
YUV 134.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 170 123 101 0 0.28 0.41 0.33 19.13 0.29 0.53
Hex AA 7B 65 0 1C 29 21 13 1D 35
Octal 252 173 145 0 34 51 41 23 35 65
Binary 10101010 1111011 1100101 0 11100 101001 100001 10011 11101 110101

Color Harmonies of #AA7B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B65

Black with #AA7B65

Text Example


Text Example

White with #AA7B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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