Html Css Color HEX #A68F58 Teak

📋 copy color: '#A68F58'

red 166 ◦ green 143 ◦ blue 88

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

Shades of Teak #A68F58

Tints of Teak #A68F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 41.81%
G = 36.02%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A68F58 (or 0xA68F58) is known color: Teak. HEX triplet: A6, 8F and 58. RGB value is (166,143,88). Sum of RGB (Red+Green+Blue) = 166+143+88=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F58 is #5970A7. Grayscale: #8F8F8F. Windows color (decimal): -5861544 or 5803942. OLE color: 5803942.

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

Color convert

RGB 166 143 88 -
CMYK 0 0.14 0.47 0.35
HSL 42.31º 0.31% 0.5% -
HSV(B) 42.31º 0.47% 0.65% -
XYZ 27.31 28.46 13.29 -
YUV 143.61 96.62 143.97 -
System Red Green Blue C M Y K H S L
Decimal 166 143 88 0 0.14 0.47 0.35 42.31 0.31 0.5
Hex A6 8F 58 0 E 2F 23 2A 1F 32
Octal 246 217 130 0 16 57 43 52 37 62
Binary 10100110 10001111 1011000 0 1110 101111 100011 101010 11111 110010

Color Harmonies of #A68F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F58

Black with #A68F58

Text Example


Text Example

White with #A68F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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