Html Css Color HEX #A6885C Teak

📋 copy color: '#A6885C'

red 166 ◦ green 136 ◦ blue 92

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

Shades of Teak #A6885C

Tints of Teak #A6885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

 BLUE value IS 92 (36.33% from 255) = 23.35%

R = 42.13%
G = 34.52%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6885C (or 0xA6885C) is known color: Teak. HEX triplet: A6, 88 and 5C. RGB value is (166,136,92). Sum of RGB (Red+Green+Blue) = 166+136+92=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6885C is #5977A3. Grayscale: #8C8C8C. Windows color (decimal): -5863332 or 6064294. OLE color: 6064294.

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

Color convert

RGB 166 136 92 -
CMYK 0 0.18 0.45 0.35
HSL 35.68º 0.29% 0.51% -
HSV(B) 35.68º 0.45% 0.65% -
XYZ 26.46 26.49 13.84 -
YUV 139.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 166 136 92 0 0.18 0.45 0.35 35.68 0.29 0.51
Hex A6 88 5C 0 12 2D 23 24 1D 33
Octal 246 210 134 0 22 55 43 44 35 63
Binary 10100110 10001000 1011100 0 10010 101101 100011 100100 11101 110011

Color Harmonies of #A6885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6885C

Black with #A6885C

Text Example


Text Example

White with #A6885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6885C; }

 p { color: rgb(166,136,92); }

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

background-color css

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

 a { background-color: rgb(166,136,92); }

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

border-color css

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

 span { border-color: rgb(166,136,92); }

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