Html Css Color HEX #A98C5A Teak

📋 copy color: '#A98C5A'

red 169 ◦ green 140 ◦ blue 90

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

Shades of Teak #A98C5A

Tints of Teak #A98C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

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

R = 42.36%
G = 35.09%
B = 22.56%

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

#A98C5A (or 0xA98C5A) is known color: Teak. HEX triplet: A9, 8C and 5A. RGB value is (169,140,90). Sum of RGB (Red+Green+Blue) = 169+140+90=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98C5A is #5673A5. Grayscale: #8F8F8F. Windows color (decimal): -5665702 or 5934249. OLE color: 5934249.

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

Color convert

RGB 169 140 90 -
CMYK 0 0.17 0.47 0.34
HSL 37.97º 0.31% 0.51% -
HSV(B) 37.97º 0.47% 0.66% -
XYZ 27.59 27.93 13.61 -
YUV 142.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 169 140 90 0 0.17 0.47 0.34 37.97 0.31 0.51
Hex A9 8C 5A 0 11 2F 22 26 1F 33
Octal 251 214 132 0 21 57 42 46 37 63
Binary 10101001 10001100 1011010 0 10001 101111 100010 100110 11111 110011

Color Harmonies of #A98C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98C5A

Black with #A98C5A

Text Example


Text Example

White with #A98C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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