Html Css Color HEX #A68E54 Teak

📋 copy color: '#A68E54'

red 166 ◦ green 142 ◦ blue 84

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

Shades of Teak #A68E54

Tints of Teak #A68E54

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.22%

 BLUE value IS 84 (33.2% from 255) = 21.43%

R = 42.35%
G = 36.22%
B = 21.43%

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

#A68E54 (or 0xA68E54) is known color: Teak. HEX triplet: A6, 8E and 54. RGB value is (166,142,84). Sum of RGB (Red+Green+Blue) = 166+142+84=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E54 is #5971AB. Grayscale: #8E8E8E. Windows color (decimal): -5861804 or 5541542. OLE color: 5541542.

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

Color convert

RGB 166 142 84 -
CMYK 0 0.14 0.49 0.35
HSL 42.44º 0.33% 0.49% -
HSV(B) 42.44º 0.49% 0.65% -
XYZ 27 28.09 12.39 -
YUV 142.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 166 142 84 0 0.14 0.49 0.35 42.44 0.33 0.49
Hex A6 8E 54 0 E 31 23 2A 21 31
Octal 246 216 124 0 16 61 43 52 41 61
Binary 10100110 10001110 1010100 0 1110 110001 100011 101010 100001 110001

Color Harmonies of #A68E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E54

Black with #A68E54

Text Example


Text Example

White with #A68E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E54; }

 p { color: rgb(166,142,84); }

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

background-color css

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

 a { background-color: rgb(166,142,84); }

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

border-color css

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

 span { border-color: rgb(166,142,84); }

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