Html Css Color HEX #A98A50 Teak

📋 copy color: '#A98A50'

red 169 ◦ green 138 ◦ blue 80

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

Shades of Teak #A98A50

Tints of Teak #A98A50

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.66%

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 43.67%
G = 35.66%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A98A50 (or 0xA98A50) is known color: Teak. HEX triplet: A9, 8A and 50. RGB value is (169,138,80). Sum of RGB (Red+Green+Blue) = 169+138+80=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A50 is #5675AF. Grayscale: #8C8C8C. Windows color (decimal): -5666224 or 5278377. OLE color: 5278377.

HSL color Cylindrical-coordinate representation of color #A98A50: hue angle of 39.1º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A98A50 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 138 80 -
CMYK 0 0.18 0.53 0.34
HSL 39.1º 0.36% 0.49% -
HSV(B) 39.1º 0.53% 0.66% -
XYZ 26.9 27.19 11.42 -
YUV 140.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 169 138 80 0 0.18 0.53 0.34 39.1 0.36 0.49
Hex A9 8A 50 0 12 35 22 27 24 31
Octal 251 212 120 0 22 65 42 47 44 61
Binary 10101001 10001010 1010000 0 10010 110101 100010 100111 100100 110001

Color Harmonies of #A98A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98A50

Black with #A98A50

Text Example


Text Example

White with #A98A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98A50; }

 p { color: rgb(169,138,80); }

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

background-color css

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

 a { background-color: rgb(169,138,80); }

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

border-color css

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

 span { border-color: rgb(169,138,80); }

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