Html Css Color HEX #A99459 Teak

📋 copy color: '#A99459'

red 169 ◦ green 148 ◦ blue 89

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

Shades of Teak #A99459

Tints of Teak #A99459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 89 (35.16% from 255) = 21.92%

R = 41.63%
G = 36.45%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A99459 (or 0xA99459) is known color: Teak. HEX triplet: A9, 94 and 59. RGB value is (169,148,89). Sum of RGB (Red+Green+Blue) = 169+148+89=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A99459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99459 is #566BA6. Grayscale: #939393. Windows color (decimal): -5663655 or 5870761. OLE color: 5870761.

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

Color convert

RGB 169 148 89 -
CMYK 0 0.12 0.47 0.34
HSL 44.25º 0.32% 0.51% -
HSV(B) 44.25º 0.47% 0.66% -
XYZ 28.76 30.34 13.79 -
YUV 147.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 169 148 89 0 0.12 0.47 0.34 44.25 0.32 0.51
Hex A9 94 59 0 C 2F 22 2C 20 33
Octal 251 224 131 0 14 57 42 54 40 63
Binary 10101001 10010100 1011001 0 1100 101111 100010 101100 100000 110011

Color Harmonies of #A99459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99459

Black with #A99459

Text Example


Text Example

White with #A99459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99459; }

 p { color: rgb(169,148,89); }

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

background-color css

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

 a { background-color: rgb(169,148,89); }

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

border-color css

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

 span { border-color: rgb(169,148,89); }

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