Html Css Color HEX #A98E5A Teak

📋 copy color: '#A98E5A'

red 169 ◦ green 142 ◦ blue 90

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

Shades of Teak #A98E5A

Tints of Teak #A98E5A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.41%

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

R = 42.14%
G = 35.41%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A98E5A (or 0xA98E5A) is known color: Teak. HEX triplet: A9, 8E and 5A. RGB value is (169,142,90). Sum of RGB (Red+Green+Blue) = 169+142+90=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E5A is #5671A5. Grayscale: #909090. Windows color (decimal): -5665190 or 5934761. OLE color: 5934761.

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

Color convert

RGB 169 142 90 -
CMYK 0 0.16 0.47 0.34
HSL 39.49º 0.31% 0.51% -
HSV(B) 39.49º 0.47% 0.66% -
XYZ 27.88 28.52 13.71 -
YUV 144.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 169 142 90 0 0.16 0.47 0.34 39.49 0.31 0.51
Hex A9 8E 5A 0 10 2F 22 27 1F 33
Octal 251 216 132 0 20 57 42 47 37 63
Binary 10101001 10001110 1011010 0 10000 101111 100010 100111 11111 110011

Color Harmonies of #A98E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98E5A

Black with #A98E5A

Text Example


Text Example

White with #A98E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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