Html Css Color HEX #A19256 Teak

📋 copy color: '#A19256'

red 161 ◦ green 146 ◦ blue 86

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

Shades of Teak #A19256

Tints of Teak #A19256

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

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

R = 40.97%
G = 37.15%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A19256 (or 0xA19256) is known color: Teak. HEX triplet: A1, 92 and 56. RGB value is (161,146,86). Sum of RGB (Red+Green+Blue) = 161+146+86=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A19256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19256 is #5E6DA9. Grayscale: #8F8F8F. Windows color (decimal): -6188458 or 5673633. OLE color: 5673633.

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

Color convert

RGB 161 146 86 -
CMYK 0 0.09 0.47 0.37
HSL 48º 0.3% 0.48% -
HSV(B) 48º 0.47% 0.63% -
XYZ 26.66 28.81 12.96 -
YUV 143.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 161 146 86 0 0.09 0.47 0.37 48 0.3 0.48
Hex A1 92 56 0 9 2F 25 30 1E 30
Octal 241 222 126 0 11 57 45 60 36 60
Binary 10100001 10010010 1010110 0 1001 101111 100101 110000 11110 110000

Color Harmonies of #A19256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19256

Black with #A19256

Text Example


Text Example

White with #A19256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19256; }

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

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

background-color css

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

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

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

border-color css

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

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

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