Html Css Color HEX #A68F55 Teak

📋 copy color: '#A68F55'

red 166 ◦ green 143 ◦ blue 85

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

Shades of Teak #A68F55

Tints of Teak #A68F55

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.29%

 BLUE value IS 85 (33.59% from 255) = 21.57%

R = 42.13%
G = 36.29%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A68F55 (or 0xA68F55) is known color: Teak. HEX triplet: A6, 8F and 55. RGB value is (166,143,85). Sum of RGB (Red+Green+Blue) = 166+143+85=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F55 is #5970AA. Grayscale: #8F8F8F. Windows color (decimal): -5861547 or 5607334. OLE color: 5607334.

HSL color Cylindrical-coordinate representation of color #A68F55: hue angle of 42.96º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A68F55 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 143 85 -
CMYK 0 0.14 0.49 0.35
HSL 42.96º 0.32% 0.49% -
HSV(B) 42.96º 0.49% 0.65% -
XYZ 27.19 28.41 12.64 -
YUV 143.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 166 143 85 0 0.14 0.49 0.35 42.96 0.32 0.49
Hex A6 8F 55 0 E 31 23 2B 20 31
Octal 246 217 125 0 16 61 43 53 40 61
Binary 10100110 10001111 1010101 0 1110 110001 100011 101011 100000 110001

Color Harmonies of #A68F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F55

Black with #A68F55

Text Example


Text Example

White with #A68F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F55; }

 p { color: rgb(166,143,85); }

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

background-color css

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

 a { background-color: rgb(166,143,85); }

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

border-color css

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

 span { border-color: rgb(166,143,85); }

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