Html Css Color HEX #AA7757 Medium Wood

📋 copy color: '#AA7757'

red 170 ◦ green 119 ◦ blue 87

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

Shades of Medium Wood #AA7757

Tints of Medium Wood #AA7757

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.65%

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

R = 45.21%
G = 31.65%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA7757 (or 0xAA7757) is known color: Medium Wood. HEX triplet: AA, 77 and 57. RGB value is (170,119,87). Sum of RGB (Red+Green+Blue) = 170+119+87=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7757 is #5588A8. Grayscale: #828282. Windows color (decimal): -5605545 or 5732266. OLE color: 5732266.

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

Color convert

RGB 170 119 87 -
CMYK 0 0.3 0.49 0.33
HSL 23.13º 0.33% 0.5% -
HSV(B) 23.13º 0.49% 0.67% -
XYZ 24.89 22.43 12.03 -
YUV 130.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 170 119 87 0 0.3 0.49 0.33 23.13 0.33 0.5
Hex AA 77 57 0 1E 31 21 17 21 32
Octal 252 167 127 0 36 61 41 27 41 62
Binary 10101010 1110111 1010111 0 11110 110001 100001 10111 100001 110010

Color Harmonies of #AA7757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7757

Black with #AA7757

Text Example


Text Example

White with #AA7757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7757; }

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

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

background-color css

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

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

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

border-color css

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

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

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