Html Css Color HEX #A98D59 Teak

📋 copy color: '#A98D59'

red 169 ◦ green 141 ◦ blue 89

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

Shades of Teak #A98D59

Tints of Teak #A98D59

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

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

R = 42.36%
G = 35.34%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A98D59 (or 0xA98D59) is known color: Teak. HEX triplet: A9, 8D and 59. RGB value is (169,141,89). Sum of RGB (Red+Green+Blue) = 169+141+89=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D59 is #5672A6. Grayscale: #8F8F8F. Windows color (decimal): -5665447 or 5868969. OLE color: 5868969.

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

Color convert

RGB 169 141 89 -
CMYK 0 0.17 0.47 0.34
HSL 39º 0.32% 0.51% -
HSV(B) 39º 0.47% 0.66% -
XYZ 27.69 28.21 13.44 -
YUV 143.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 169 141 89 0 0.17 0.47 0.34 39 0.32 0.51
Hex A9 8D 59 0 11 2F 22 27 20 33
Octal 251 215 131 0 21 57 42 47 40 63
Binary 10101001 10001101 1011001 0 10001 101111 100010 100111 100000 110011

Color Harmonies of #A98D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98D59

Black with #A98D59

Text Example


Text Example

White with #A98D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98D59; }

 p { color: rgb(169,141,89); }

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

background-color css

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

 a { background-color: rgb(169,141,89); }

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

border-color css

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

 span { border-color: rgb(169,141,89); }

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