Html Css Color HEX #AA7758 Medium Wood

📋 copy color: '#AA7758'

red 170 ◦ green 119 ◦ blue 88

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

Shades of Medium Wood #AA7758

Tints of Medium Wood #AA7758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 45.09%
G = 31.56%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA7758 (or 0xAA7758) is known color: Medium Wood. HEX triplet: AA, 77 and 58. RGB value is (170,119,88). Sum of RGB (Red+Green+Blue) = 170+119+88=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7758 is #5588A7. Grayscale: #828282. Windows color (decimal): -5605544 or 5797802. OLE color: 5797802.

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

Color convert

RGB 170 119 88 -
CMYK 0 0.3 0.48 0.33
HSL 22.68º 0.33% 0.51% -
HSV(B) 22.68º 0.48% 0.67% -
XYZ 24.94 22.44 12.25 -
YUV 130.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 170 119 88 0 0.3 0.48 0.33 22.68 0.33 0.51
Hex AA 77 58 0 1E 30 21 17 21 33
Octal 252 167 130 0 36 60 41 27 41 63
Binary 10101010 1110111 1011000 0 11110 110000 100001 10111 100001 110011

Color Harmonies of #AA7758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7758

Black with #AA7758

Text Example


Text Example

White with #AA7758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7758; }

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

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

background-color css

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

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

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

border-color css

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

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

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