Html Css Color HEX #A68F50 Teak

📋 copy color: '#A68F50'

red 166 ◦ green 143 ◦ blue 80

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

Shades of Teak #A68F50

Tints of Teak #A68F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.57%

R = 42.67%
G = 36.76%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A68F50 (or 0xA68F50) is known color: Teak. HEX triplet: A6, 8F and 50. RGB value is (166,143,80). Sum of RGB (Red+Green+Blue) = 166+143+80=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F50 is #5970AF. Grayscale: #8E8E8E. Windows color (decimal): -5861552 or 5279654. OLE color: 5279654.

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

Color convert

RGB 166 143 80 -
CMYK 0 0.14 0.52 0.35
HSL 43.95º 0.35% 0.48% -
HSV(B) 43.95º 0.52% 0.65% -
XYZ 27 28.33 11.64 -
YUV 142.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 166 143 80 0 0.14 0.52 0.35 43.95 0.35 0.48
Hex A6 8F 50 0 E 34 23 2C 23 30
Octal 246 217 120 0 16 64 43 54 43 60
Binary 10100110 10001111 1010000 0 1110 110100 100011 101100 100011 110000

Color Harmonies of #A68F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F50

Black with #A68F50

Text Example


Text Example

White with #A68F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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