Html Css Color HEX #A98958 Teak

📋 copy color: '#A98958'

red 169 ◦ green 137 ◦ blue 88

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

Shades of Teak #A98958

Tints of Teak #A98958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.77%

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

R = 42.89%
G = 34.77%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A98958 (or 0xA98958) is known color: Teak. HEX triplet: A9, 89 and 58. RGB value is (169,137,88). Sum of RGB (Red+Green+Blue) = 169+137+88=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A98958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98958 is #5676A7. Grayscale: #8D8D8D. Windows color (decimal): -5666472 or 5802409. OLE color: 5802409.

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

Color convert

RGB 169 137 88 -
CMYK 0 0.19 0.48 0.34
HSL 36.3º 0.32% 0.5% -
HSV(B) 36.3º 0.48% 0.66% -
XYZ 27.07 27.03 13.02 -
YUV 140.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 169 137 88 0 0.19 0.48 0.34 36.3 0.32 0.5
Hex A9 89 58 0 13 30 22 24 20 32
Octal 251 211 130 0 23 60 42 44 40 62
Binary 10101001 10001001 1011000 0 10011 110000 100010 100100 100000 110010

Color Harmonies of #A98958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98958

Black with #A98958

Text Example


Text Example

White with #A98958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98958; }

 p { color: rgb(169,137,88); }

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

background-color css

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

 a { background-color: rgb(169,137,88); }

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

border-color css

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

 span { border-color: rgb(169,137,88); }

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