Html Css Color HEX #A68F57 Teak

📋 copy color: '#A68F57'

red 166 ◦ green 143 ◦ blue 87

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

Shades of Teak #A68F57

Tints of Teak #A68F57

RGB

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

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

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

R = 41.92%
G = 36.11%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A68F57 (or 0xA68F57) is known color: Teak. HEX triplet: A6, 8F and 57. RGB value is (166,143,87). Sum of RGB (Red+Green+Blue) = 166+143+87=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F57 is #5970A8. Grayscale: #8F8F8F. Windows color (decimal): -5861545 or 5738406. OLE color: 5738406.

HSL color Cylindrical-coordinate representation of color #A68F57: hue angle of 42.53º 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 #A68F57 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 143 87 -
CMYK 0 0.14 0.48 0.35
HSL 42.53º 0.31% 0.5% -
HSV(B) 42.53º 0.48% 0.65% -
XYZ 27.27 28.44 13.07 -
YUV 143.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 166 143 87 0 0.14 0.48 0.35 42.53 0.31 0.5
Hex A6 8F 57 0 E 30 23 2B 1F 32
Octal 246 217 127 0 16 60 43 53 37 62
Binary 10100110 10001111 1010111 0 1110 110000 100011 101011 11111 110010

Color Harmonies of #A68F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F57

Black with #A68F57

Text Example


Text Example

White with #A68F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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