Html Css Color HEX #AA7B5F Medium Wood

📋 copy color: '#AA7B5F'

red 170 ◦ green 123 ◦ blue 95

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

Shades of Medium Wood #AA7B5F

Tints of Medium Wood #AA7B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 43.81%
G = 31.7%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA7B5F (or 0xAA7B5F) is known color: Medium Wood. HEX triplet: AA, 7B and 5F. RGB value is (170,123,95). Sum of RGB (Red+Green+Blue) = 170+123+95=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B5F is #5584A0. Grayscale: #868686. Windows color (decimal): -5604513 or 6257578. OLE color: 6257578.

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

Color convert

RGB 170 123 95 -
CMYK 0 0.28 0.44 0.33
HSL 22.4º 0.31% 0.52% -
HSV(B) 22.4º 0.44% 0.67% -
XYZ 25.73 23.54 14.01 -
YUV 133.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 170 123 95 0 0.28 0.44 0.33 22.4 0.31 0.52
Hex AA 7B 5F 0 1C 2C 21 16 1F 34
Octal 252 173 137 0 34 54 41 26 37 64
Binary 10101010 1111011 1011111 0 11100 101100 100001 10110 11111 110100

Color Harmonies of #AA7B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B5F

Black with #AA7B5F

Text Example


Text Example

White with #AA7B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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