Html Css Color HEX #A19155 Teak

📋 copy color: '#A19155'

red 161 ◦ green 145 ◦ blue 85

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

Shades of Teak #A19155

Tints of Teak #A19155

RGB

 RED value IS 161 (63.28% from 255) = 41.18%

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

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

R = 41.18%
G = 37.08%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A19155 (or 0xA19155) is known color: Teak. HEX triplet: A1, 91 and 55. RGB value is (161,145,85). Sum of RGB (Red+Green+Blue) = 161+145+85=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A19155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19155 is #5E6EAA. Grayscale: #8F8F8F. Windows color (decimal): -6188715 or 5607841. OLE color: 5607841.

HSL color Cylindrical-coordinate representation of color #A19155: hue angle of 47.37º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A19155 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 145 85 -
CMYK 0 0.10 0.47 0.37
HSL 47.37º 0.31% 0.48% -
HSV(B) 47.37º 0.47% 0.63% -
XYZ 26.46 28.48 12.7 -
YUV 142.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 161 145 85 0 0.10 0.47 0.37 47.37 0.31 0.48
Hex A1 91 55 0 A 2F 25 2F 1F 30
Octal 241 221 125 0 12 57 45 57 37 60
Binary 10100001 10010001 1010101 0 1010 101111 100101 101111 11111 110000

Color Harmonies of #A19155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19155

Black with #A19155

Text Example


Text Example

White with #A19155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19155; }

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

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

background-color css

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

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

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

border-color css

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

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

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