Html Css Color HEX #A68E52 Teak

📋 copy color: '#A68E52'

red 166 ◦ green 142 ◦ blue 82

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

Shades of Teak #A68E52

Tints of Teak #A68E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.03%

R = 42.56%
G = 36.41%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A68E52 (or 0xA68E52) is known color: Teak. HEX triplet: A6, 8E and 52. RGB value is (166,142,82). Sum of RGB (Red+Green+Blue) = 166+142+82=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E52 is #5971AD. Grayscale: #8E8E8E. Windows color (decimal): -5861806 or 5410470. OLE color: 5410470.

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

Color convert

RGB 166 142 82 -
CMYK 0 0.14 0.51 0.35
HSL 42.86º 0.34% 0.49% -
HSV(B) 42.86º 0.51% 0.65% -
XYZ 26.92 28.06 11.98 -
YUV 142.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 166 142 82 0 0.14 0.51 0.35 42.86 0.34 0.49
Hex A6 8E 52 0 E 33 23 2B 22 31
Octal 246 216 122 0 16 63 43 53 42 61
Binary 10100110 10001110 1010010 0 1110 110011 100011 101011 100010 110001

Color Harmonies of #A68E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68E52

Black with #A68E52

Text Example


Text Example

White with #A68E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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