Html Css Color HEX #A68758 Teak

📋 copy color: '#A68758'

red 166 ◦ green 135 ◦ blue 88

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

Shades of Teak #A68758

Tints of Teak #A68758

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.7%

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

R = 42.67%
G = 34.7%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A68758 (or 0xA68758) is known color: Teak. HEX triplet: A6, 87 and 58. RGB value is (166,135,88). Sum of RGB (Red+Green+Blue) = 166+135+88=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A68758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68758 is #5978A7. Grayscale: #8B8B8B. Windows color (decimal): -5863592 or 5801894. OLE color: 5801894.

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

Color convert

RGB 166 135 88 -
CMYK 0 0.19 0.47 0.35
HSL 36.15º 0.31% 0.5% -
HSV(B) 36.15º 0.47% 0.65% -
XYZ 26.15 26.14 12.9 -
YUV 138.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 166 135 88 0 0.19 0.47 0.35 36.15 0.31 0.5
Hex A6 87 58 0 13 2F 23 24 1F 32
Octal 246 207 130 0 23 57 43 44 37 62
Binary 10100110 10000111 1011000 0 10011 101111 100011 100100 11111 110010

Color Harmonies of #A68758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68758

Black with #A68758

Text Example


Text Example

White with #A68758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68758; }

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

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

background-color css

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

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

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

border-color css

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

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

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