Html Css Color HEX #AA7E58 Medium Wood

📋 copy color: '#AA7E58'

red 170 ◦ green 126 ◦ blue 88

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

Shades of Medium Wood #AA7E58

Tints of Medium Wood #AA7E58

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

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

R = 44.27%
G = 32.81%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA7E58 (or 0xAA7E58) is known color: Medium Wood. HEX triplet: AA, 7E and 58. RGB value is (170,126,88). Sum of RGB (Red+Green+Blue) = 170+126+88=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E58 is #5581A7. Grayscale: #878787. Windows color (decimal): -5603752 or 5799594. OLE color: 5799594.

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

Color convert

RGB 170 126 88 -
CMYK 0 0.26 0.48 0.33
HSL 27.8º 0.33% 0.51% -
HSV(B) 27.8º 0.48% 0.67% -
XYZ 25.8 24.17 12.54 -
YUV 134.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 170 126 88 0 0.26 0.48 0.33 27.8 0.33 0.51
Hex AA 7E 58 0 1A 30 21 1C 21 33
Octal 252 176 130 0 32 60 41 34 41 63
Binary 10101010 1111110 1011000 0 11010 110000 100001 11100 100001 110011

Color Harmonies of #AA7E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E58

Black with #AA7E58

Text Example


Text Example

White with #AA7E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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