Html Css Color HEX #AA7B57 Medium Wood

📋 copy color: '#AA7B57'

red 170 ◦ green 123 ◦ blue 87

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

Shades of Medium Wood #AA7B57

Tints of Medium Wood #AA7B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.89%

R = 44.74%
G = 32.37%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA7B57 (or 0xAA7B57) is known color: Medium Wood. HEX triplet: AA, 7B and 57. RGB value is (170,123,87). Sum of RGB (Red+Green+Blue) = 170+123+87=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B57 is #5584A8. Grayscale: #858585. Windows color (decimal): -5604521 or 5733290. OLE color: 5733290.

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

Color convert

RGB 170 123 87 -
CMYK 0 0.28 0.49 0.33
HSL 26.02º 0.33% 0.5% -
HSV(B) 26.02º 0.49% 0.67% -
XYZ 25.38 23.4 12.2 -
YUV 132.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 170 123 87 0 0.28 0.49 0.33 26.02 0.33 0.5
Hex AA 7B 57 0 1C 31 21 1A 21 32
Octal 252 173 127 0 34 61 41 32 41 62
Binary 10101010 1111011 1010111 0 11100 110001 100001 11010 100001 110010

Color Harmonies of #AA7B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B57

Black with #AA7B57

Text Example


Text Example

White with #AA7B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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