Html Css Color HEX #A1915E Teak

📋 copy color: '#A1915E'

red 161 ◦ green 145 ◦ blue 94

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

Shades of Teak #A1915E

Tints of Teak #A1915E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 40.25%
G = 36.25%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1915E (or 0xA1915E) is known color: Teak. HEX triplet: A1, 91 and 5E. RGB value is (161,145,94). Sum of RGB (Red+Green+Blue) = 161+145+94=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1915E is #5E6EA1. Grayscale: #909090. Windows color (decimal): -6188706 or 6197665. OLE color: 6197665.

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

Color convert

RGB 161 145 94 -
CMYK 0 0.10 0.42 0.37
HSL 45.67º 0.26% 0.5% -
HSV(B) 45.67º 0.42% 0.63% -
XYZ 26.84 28.64 14.7 -
YUV 143.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 161 145 94 0 0.10 0.42 0.37 45.67 0.26 0.5
Hex A1 91 5E 0 A 2A 25 2E 1A 32
Octal 241 221 136 0 12 52 45 56 32 62
Binary 10100001 10010001 1011110 0 1010 101010 100101 101110 11010 110010

Color Harmonies of #A1915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1915E

Black with #A1915E

Text Example


Text Example

White with #A1915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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