Html Css Color HEX #A68A4D Teak

📋 copy color: '#A68A4D'

red 166 ◦ green 138 ◦ blue 77

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

Shades of Teak #A68A4D

Tints of Teak #A68A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.22%

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 43.57%
G = 36.22%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A68A4D (or 0xA68A4D) is known color: Teak. HEX triplet: A6, 8A and 4D. RGB value is (166,138,77). Sum of RGB (Red+Green+Blue) = 166+138+77=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A4D is #5975B2. Grayscale: #8B8B8B. Windows color (decimal): -5862835 or 5081766. OLE color: 5081766.

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

Color convert

RGB 166 138 77 -
CMYK 0 0.17 0.54 0.35
HSL 41.12º 0.37% 0.48% -
HSV(B) 41.12º 0.54% 0.65% -
XYZ 26.15 26.82 10.82 -
YUV 139.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 166 138 77 0 0.17 0.54 0.35 41.12 0.37 0.48
Hex A6 8A 4D 0 11 36 23 29 25 30
Octal 246 212 115 0 21 66 43 51 45 60
Binary 10100110 10001010 1001101 0 10001 110110 100011 101001 100101 110000

Color Harmonies of #A68A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68A4D

Black with #A68A4D

Text Example


Text Example

White with #A68A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68A4D; }

 p { color: rgb(166,138,77); }

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

background-color css

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

 a { background-color: rgb(166,138,77); }

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

border-color css

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

 span { border-color: rgb(166,138,77); }

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