Html Css Color HEX #A9915A Teak

📋 copy color: '#A9915A'

red 169 ◦ green 145 ◦ blue 90

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

Shades of Teak #A9915A

Tints of Teak #A9915A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

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

R = 41.83%
G = 35.89%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A9915A (or 0xA9915A) is known color: Teak. HEX triplet: A9, 91 and 5A. RGB value is (169,145,90). Sum of RGB (Red+Green+Blue) = 169+145+90=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A9915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9915A is #566EA5. Grayscale: #929292. Windows color (decimal): -5664422 or 5935529. OLE color: 5935529.

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

Color convert

RGB 169 145 90 -
CMYK 0 0.14 0.47 0.34
HSL 41.77º 0.31% 0.51% -
HSV(B) 41.77º 0.47% 0.66% -
XYZ 28.33 29.42 13.86 -
YUV 145.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 169 145 90 0 0.14 0.47 0.34 41.77 0.31 0.51
Hex A9 91 5A 0 E 2F 22 2A 1F 33
Octal 251 221 132 0 16 57 42 52 37 63
Binary 10101001 10010001 1011010 0 1110 101111 100010 101010 11111 110011

Color Harmonies of #A9915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9915A

Black with #A9915A

Text Example


Text Example

White with #A9915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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