Html Css Color HEX #A98F5E Teak

📋 copy color: '#A98F5E'

red 169 ◦ green 143 ◦ blue 94

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

Shades of Teak #A98F5E

Tints of Teak #A98F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.22%

 BLUE value IS 94 (37.11% from 255) = 23.15%

R = 41.63%
G = 35.22%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A98F5E (or 0xA98F5E) is known color: Teak. HEX triplet: A9, 8F and 5E. RGB value is (169,143,94). Sum of RGB (Red+Green+Blue) = 169+143+94=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98F5E is #5670A1. Grayscale: #919191. Windows color (decimal): -5664930 or 6197161. OLE color: 6197161.

HSL color Cylindrical-coordinate representation of color #A98F5E: hue angle of 39.2º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A98F5E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 143 94 -
CMYK 0 0.15 0.44 0.34
HSL 39.2º 0.3% 0.52% -
HSV(B) 39.2º 0.44% 0.66% -
XYZ 28.21 28.89 14.68 -
YUV 145.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 169 143 94 0 0.15 0.44 0.34 39.2 0.3 0.52
Hex A9 8F 5E 0 F 2C 22 27 1E 34
Octal 251 217 136 0 17 54 42 47 36 64
Binary 10101001 10001111 1011110 0 1111 101100 100010 100111 11110 110100

Color Harmonies of #A98F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98F5E

Black with #A98F5E

Text Example


Text Example

White with #A98F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98F5E; }

 p { color: rgb(169,143,94); }

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

background-color css

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

 a { background-color: rgb(169,143,94); }

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

border-color css

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

 span { border-color: rgb(169,143,94); }

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