Html Css Color HEX #A19158 Teak

📋 copy color: '#A19158'

red 161 ◦ green 145 ◦ blue 88

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

Shades of Teak #A19158

Tints of Teak #A19158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.34%

R = 40.86%
G = 36.8%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A19158 (or 0xA19158) is known color: Teak. HEX triplet: A1, 91 and 58. RGB value is (161,145,88). Sum of RGB (Red+Green+Blue) = 161+145+88=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A19158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19158 is #5E6EA7. Grayscale: #8F8F8F. Windows color (decimal): -6188712 or 5804449. OLE color: 5804449.

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

Color convert

RGB 161 145 88 -
CMYK 0 0.10 0.45 0.37
HSL 46.85º 0.29% 0.49% -
HSV(B) 46.85º 0.45% 0.63% -
XYZ 26.58 28.53 13.34 -
YUV 143.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 161 145 88 0 0.10 0.45 0.37 46.85 0.29 0.49
Hex A1 91 58 0 A 2D 25 2F 1D 31
Octal 241 221 130 0 12 55 45 57 35 61
Binary 10100001 10010001 1011000 0 1010 101101 100101 101111 11101 110001

Color Harmonies of #A19158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19158

Black with #A19158

Text Example


Text Example

White with #A19158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19158; }

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

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

background-color css

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

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

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

border-color css

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

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

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