Html Css Color HEX #A19056 Teak

📋 copy color: '#A19056'

red 161 ◦ green 144 ◦ blue 86

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

Shades of Teak #A19056

Tints of Teak #A19056

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.83%

 BLUE value IS 86 (33.98% from 255) = 21.99%

R = 41.18%
G = 36.83%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A19056 (or 0xA19056) is known color: Teak. HEX triplet: A1, 90 and 56. RGB value is (161,144,86). Sum of RGB (Red+Green+Blue) = 161+144+86=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A19056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19056 is #5E6FA9. Grayscale: #8E8E8E. Windows color (decimal): -6188970 or 5673121. OLE color: 5673121.

HSL color Cylindrical-coordinate representation of color #A19056: hue angle of 46.4º degrees, saturation: 0.3, 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 #A19056 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 144 86 -
CMYK 0 0.11 0.47 0.37
HSL 46.4º 0.3% 0.48% -
HSV(B) 46.4º 0.47% 0.63% -
XYZ 26.35 28.2 12.86 -
YUV 142.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 161 144 86 0 0.11 0.47 0.37 46.4 0.3 0.48
Hex A1 90 56 0 B 2F 25 2E 1E 30
Octal 241 220 126 0 13 57 45 56 36 60
Binary 10100001 10010000 1010110 0 1011 101111 100101 101110 11110 110000

Color Harmonies of #A19056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19056

Black with #A19056

Text Example


Text Example

White with #A19056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19056; }

 p { color: rgb(161,144,86); }

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

background-color css

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

 a { background-color: rgb(161,144,86); }

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

border-color css

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

 span { border-color: rgb(161,144,86); }

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