Html Css Color HEX #A68852 Teak

📋 copy color: '#A68852'

red 166 ◦ green 136 ◦ blue 82

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

Shades of Teak #A68852

Tints of Teak #A68852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.42%

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

R = 43.23%
G = 35.42%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A68852 (or 0xA68852) is known color: Teak. HEX triplet: A6, 88 and 52. RGB value is (166,136,82). Sum of RGB (Red+Green+Blue) = 166+136+82=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A68852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68852 is #5977AD. Grayscale: #8B8B8B. Windows color (decimal): -5863342 or 5408934. OLE color: 5408934.

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

Color convert

RGB 166 136 82 -
CMYK 0 0.18 0.51 0.35
HSL 38.57º 0.34% 0.49% -
HSV(B) 38.57º 0.51% 0.65% -
XYZ 26.05 26.32 11.69 -
YUV 138.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 166 136 82 0 0.18 0.51 0.35 38.57 0.34 0.49
Hex A6 88 52 0 12 33 23 27 22 31
Octal 246 210 122 0 22 63 43 47 42 61
Binary 10100110 10001000 1010010 0 10010 110011 100011 100111 100010 110001

Color Harmonies of #A68852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68852

Black with #A68852

Text Example


Text Example

White with #A68852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68852; }

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

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

background-color css

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

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

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

border-color css

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

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

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