Html Css Color HEX #A69060 Teak

📋 copy color: '#A69060'

red 166 ◦ green 144 ◦ blue 96

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

Shades of Teak #A69060

Tints of Teak #A69060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.47%

 BLUE value IS 96 (37.89% from 255) = 23.65%

R = 40.89%
G = 35.47%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A69060 (or 0xA69060) is known color: Teak. HEX triplet: A6, 90 and 60. RGB value is (166,144,96). Sum of RGB (Red+Green+Blue) = 166+144+96=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A69060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69060 is #596F9F. Grayscale: #919191. Windows color (decimal): -5861280 or 6328486. OLE color: 6328486.

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

Color convert

RGB 166 144 96 -
CMYK 0 0.13 0.42 0.35
HSL 41.14º 0.28% 0.51% -
HSV(B) 41.14º 0.42% 0.65% -
XYZ 27.81 28.9 15.18 -
YUV 145.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 166 144 96 0 0.13 0.42 0.35 41.14 0.28 0.51
Hex A6 90 60 0 D 2A 23 29 1C 33
Octal 246 220 140 0 15 52 43 51 34 63
Binary 10100110 10010000 1100000 0 1101 101010 100011 101001 11100 110011

Color Harmonies of #A69060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69060

Black with #A69060

Text Example


Text Example

White with #A69060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69060; }

 p { color: rgb(166,144,96); }

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

background-color css

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

 a { background-color: rgb(166,144,96); }

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

border-color css

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

 span { border-color: rgb(166,144,96); }

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