Html Css Color HEX #A9935A Teak

📋 copy color: '#A9935A'

red 169 ◦ green 147 ◦ blue 90

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

Shades of Teak #A9935A

Tints of Teak #A9935A

RGB

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

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

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

R = 41.63%
G = 36.21%
B = 22.17%

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

#A9935A (or 0xA9935A) is known color: Teak. HEX triplet: A9, 93 and 5A. RGB value is (169,147,90). Sum of RGB (Red+Green+Blue) = 169+147+90=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9935A is #566CA5. Grayscale: #939393. Windows color (decimal): -5663910 or 5936041. OLE color: 5936041.

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

Color convert

RGB 169 147 90 -
CMYK 0 0.13 0.47 0.34
HSL 43.29º 0.31% 0.51% -
HSV(B) 43.29º 0.47% 0.66% -
XYZ 28.64 30.04 13.96 -
YUV 147.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 169 147 90 0 0.13 0.47 0.34 43.29 0.31 0.51
Hex A9 93 5A 0 D 2F 22 2B 1F 33
Octal 251 223 132 0 15 57 42 53 37 63
Binary 10101001 10010011 1011010 0 1101 101111 100010 101011 11111 110011

Color Harmonies of #A9935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9935A

Black with #A9935A

Text Example


Text Example

White with #A9935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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