Html Css Color HEX #A19157 Teak

📋 copy color: '#A19157'

red 161 ◦ green 145 ◦ blue 87

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

Shades of Teak #A19157

Tints of Teak #A19157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.14%

R = 40.97%
G = 36.9%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A19157 (or 0xA19157) is known color: Teak. HEX triplet: A1, 91 and 57. RGB value is (161,145,87). Sum of RGB (Red+Green+Blue) = 161+145+87=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A19157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19157 is #5E6EA8. Grayscale: #8F8F8F. Windows color (decimal): -6188713 or 5738913. OLE color: 5738913.

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

Color convert

RGB 161 145 87 -
CMYK 0 0.10 0.46 0.37
HSL 47.03º 0.3% 0.49% -
HSV(B) 47.03º 0.46% 0.63% -
XYZ 26.54 28.52 13.12 -
YUV 143.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 161 145 87 0 0.10 0.46 0.37 47.03 0.3 0.49
Hex A1 91 57 0 A 2E 25 2F 1E 31
Octal 241 221 127 0 12 56 45 57 36 61
Binary 10100001 10010001 1010111 0 1010 101110 100101 101111 11110 110001

Color Harmonies of #A19157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19157

Black with #A19157

Text Example


Text Example

White with #A19157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19157; }

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

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

background-color css

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

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

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

border-color css

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

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

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