Html Css Color HEX #A99155 Teak

📋 copy color: '#A99155'

red 169 ◦ green 145 ◦ blue 85

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

Shades of Teak #A99155

Tints of Teak #A99155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.3%

R = 42.36%
G = 36.34%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A99155 (or 0xA99155) is known color: Teak. HEX triplet: A9, 91 and 55. RGB value is (169,145,85). Sum of RGB (Red+Green+Blue) = 169+145+85=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A99155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99155 is #566EAA. Grayscale: #919191. Windows color (decimal): -5664427 or 5607849. OLE color: 5607849.

HSL color Cylindrical-coordinate representation of color #A99155: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A99155 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 145 85 -
CMYK 0 0.14 0.50 0.34
HSL 42.86º 0.33% 0.5% -
HSV(B) 42.86º 0.5% 0.66% -
XYZ 28.13 29.34 12.78 -
YUV 145.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 169 145 85 0 0.14 0.50 0.34 42.86 0.33 0.5
Hex A9 91 55 0 E 32 22 2B 21 32
Octal 251 221 125 0 16 62 42 53 41 62
Binary 10101001 10010001 1010101 0 1110 110010 100010 101011 100001 110010

Color Harmonies of #A99155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99155

Black with #A99155

Text Example


Text Example

White with #A99155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99155; }

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

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

background-color css

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

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

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

border-color css

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

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

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