Html Css Color HEX #A98060 Medium Wood

📋 copy color: '#A98060'

red 169 ◦ green 128 ◦ blue 96

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

Shades of Medium Wood #A98060

Tints of Medium Wood #A98060

RGB

 RED value IS 169 (66.41% from 255) = 43%

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

 BLUE value IS 96 (37.89% from 255) = 24.43%

R = 43%
G = 32.57%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A98060 (or 0xA98060) is known color: Medium Wood. HEX triplet: A9, 80 and 60. RGB value is (169,128,96). Sum of RGB (Red+Green+Blue) = 169+128+96=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A98060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98060 is #567F9F. Grayscale: #888888. Windows color (decimal): -5668768 or 6324393. OLE color: 6324393.

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

Color convert

RGB 169 128 96 -
CMYK 0 0.24 0.43 0.34
HSL 26.3º 0.3% 0.52% -
HSV(B) 26.3º 0.43% 0.66% -
XYZ 26.19 24.72 14.46 -
YUV 136.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 169 128 96 0 0.24 0.43 0.34 26.3 0.3 0.52
Hex A9 80 60 0 18 2B 22 1A 1E 34
Octal 251 200 140 0 30 53 42 32 36 64
Binary 10101001 10000000 1100000 0 11000 101011 100010 11010 11110 110100

Color Harmonies of #A98060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98060

Black with #A98060

Text Example


Text Example

White with #A98060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98060; }

 p { color: rgb(169,128,96); }

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

background-color css

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

 a { background-color: rgb(169,128,96); }

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

border-color css

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

 span { border-color: rgb(169,128,96); }

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