Html Css Color HEX #A99359 Teak

📋 copy color: '#A99359'

red 169 ◦ green 147 ◦ blue 89

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

Shades of Teak #A99359

Tints of Teak #A99359

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.3%

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

R = 41.73%
G = 36.3%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A99359 (or 0xA99359) is known color: Teak. HEX triplet: A9, 93 and 59. RGB value is (169,147,89). Sum of RGB (Red+Green+Blue) = 169+147+89=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A99359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99359 is #566CA6. Grayscale: #939393. Windows color (decimal): -5663911 or 5870505. OLE color: 5870505.

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

Color convert

RGB 169 147 89 -
CMYK 0 0.13 0.47 0.34
HSL 43.5º 0.32% 0.51% -
HSV(B) 43.5º 0.47% 0.66% -
XYZ 28.6 30.02 13.74 -
YUV 146.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 169 147 89 0 0.13 0.47 0.34 43.5 0.32 0.51
Hex A9 93 59 0 D 2F 22 2C 20 33
Octal 251 223 131 0 15 57 42 54 40 63
Binary 10101001 10010011 1011001 0 1101 101111 100010 101100 100000 110011

Color Harmonies of #A99359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99359

Black with #A99359

Text Example


Text Example

White with #A99359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99359; }

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

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

background-color css

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

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

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

border-color css

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

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

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