Html Css Color HEX #A98D5A Teak

📋 copy color: '#A98D5A'

red 169 ◦ green 141 ◦ blue 90

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

Shades of Teak #A98D5A

Tints of Teak #A98D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 42.25%
G = 35.25%
B = 22.5%

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

#A98D5A (or 0xA98D5A) is known color: Teak. HEX triplet: A9, 8D and 5A. RGB value is (169,141,90). Sum of RGB (Red+Green+Blue) = 169+141+90=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D5A is #5672A5. Grayscale: #8F8F8F. Windows color (decimal): -5665446 or 5934505. OLE color: 5934505.

HSL color Cylindrical-coordinate representation of color #A98D5A: hue angle of 38.73º degrees, saturation: 0.31, 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 #A98D5A is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 141 90 -
CMYK 0 0.17 0.47 0.34
HSL 38.73º 0.31% 0.51% -
HSV(B) 38.73º 0.47% 0.66% -
XYZ 27.73 28.22 13.66 -
YUV 143.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 169 141 90 0 0.17 0.47 0.34 38.73 0.31 0.51
Hex A9 8D 5A 0 11 2F 22 27 1F 33
Octal 251 215 132 0 21 57 42 47 37 63
Binary 10101001 10001101 1011010 0 10001 101111 100010 100111 11111 110011

Color Harmonies of #A98D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98D5A

Black with #A98D5A

Text Example


Text Example

White with #A98D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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