Html Css Color HEX #AA7958 Medium Wood

📋 copy color: '#AA7958'

red 170 ◦ green 121 ◦ blue 88

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

Shades of Medium Wood #AA7958

Tints of Medium Wood #AA7958

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.93%

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

R = 44.85%
G = 31.93%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA7958 (or 0xAA7958) is known color: Medium Wood. HEX triplet: AA, 79 and 58. RGB value is (170,121,88). Sum of RGB (Red+Green+Blue) = 170+121+88=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7958 is #5586A7. Grayscale: #848484. Windows color (decimal): -5605032 or 5798314. OLE color: 5798314.

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

Color convert

RGB 170 121 88 -
CMYK 0 0.29 0.48 0.33
HSL 24.15º 0.33% 0.51% -
HSV(B) 24.15º 0.48% 0.67% -
XYZ 25.18 22.93 12.33 -
YUV 131.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 170 121 88 0 0.29 0.48 0.33 24.15 0.33 0.51
Hex AA 79 58 0 1D 30 21 18 21 33
Octal 252 171 130 0 35 60 41 30 41 63
Binary 10101010 1111001 1011000 0 11101 110000 100001 11000 100001 110011

Color Harmonies of #AA7958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7958

Black with #AA7958

Text Example


Text Example

White with #AA7958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7958; }

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

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

background-color css

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

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

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

border-color css

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

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

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