Html Css Color HEX #A69157 Teak

📋 copy color: '#A69157'

red 166 ◦ green 145 ◦ blue 87

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

Shades of Teak #A69157

Tints of Teak #A69157

RGB

 RED value IS 166 (65.23% from 255) = 41.71%

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

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

R = 41.71%
G = 36.43%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A69157 (or 0xA69157) is known color: Teak. HEX triplet: A6, 91 and 57. RGB value is (166,145,87). Sum of RGB (Red+Green+Blue) = 166+145+87=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A69157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69157 is #596EA8. Grayscale: #909090. Windows color (decimal): -5861033 or 5738918. OLE color: 5738918.

HSL color Cylindrical-coordinate representation of color #A69157: hue angle of 44.05º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A69157 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 145 87 -
CMYK 0 0.13 0.48 0.35
HSL 44.05º 0.31% 0.5% -
HSV(B) 44.05º 0.48% 0.65% -
XYZ 27.57 29.05 13.17 -
YUV 144.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 166 145 87 0 0.13 0.48 0.35 44.05 0.31 0.5
Hex A6 91 57 0 D 30 23 2C 1F 32
Octal 246 221 127 0 15 60 43 54 37 62
Binary 10100110 10010001 1010111 0 1101 110000 100011 101100 11111 110010

Color Harmonies of #A69157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69157

Black with #A69157

Text Example


Text Example

White with #A69157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69157; }

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

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

background-color css

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

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

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

border-color css

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

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

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