Html Css Color HEX #A88059 Medium Wood

📋 copy color: '#A88059'

red 168 ◦ green 128 ◦ blue 89

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

Shades of Medium Wood #A88059

Tints of Medium Wood #A88059

RGB

 RED value IS 168 (66.02% from 255) = 43.64%

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 89 (35.16% from 255) = 23.12%

R = 43.64%
G = 33.25%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A88059 (or 0xA88059) is known color: Medium Wood. HEX triplet: A8, 80 and 59. RGB value is (168,128,89). Sum of RGB (Red+Green+Blue) = 168+128+89=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A88059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88059 is #577FA6. Grayscale: #878787. Windows color (decimal): -5734311 or 5865640. OLE color: 5865640.

HSL color Cylindrical-coordinate representation of color #A88059: hue angle of 29.62º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A88059 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 89 -
CMYK 0 0.24 0.47 0.34
HSL 29.62º 0.31% 0.5% -
HSV(B) 29.62º 0.47% 0.66% -
XYZ 25.67 24.48 12.82 -
YUV 135.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 168 128 89 0 0.24 0.47 0.34 29.62 0.31 0.5
Hex A8 80 59 0 18 2F 22 1E 1F 32
Octal 250 200 131 0 30 57 42 36 37 62
Binary 10101000 10000000 1011001 0 11000 101111 100010 11110 11111 110010

Color Harmonies of #A88059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88059

Black with #A88059

Text Example


Text Example

White with #A88059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88059; }

 p { color: rgb(168,128,89); }

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

background-color css

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

 a { background-color: rgb(168,128,89); }

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

border-color css

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

 span { border-color: rgb(168,128,89); }

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