Html Css Color HEX #A0684C Dark Tan

📋 copy color: '#A0684C'

red 160 ◦ green 104 ◦ blue 76

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

Shades of Dark Tan #A0684C

Tints of Dark Tan #A0684C

RGB

 RED value IS 160 (62.89% from 255) = 47.06%

 GREEN value IS 104 (41.02% from 255) = 30.59%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 47.06%
G = 30.59%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0684C (or 0xA0684C) is known color: Dark Tan. HEX triplet: A0, 68 and 4C. RGB value is (160,104,76). Sum of RGB (Red+Green+Blue) = 160+104+76=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0684C is #5F97B3. Grayscale: #757575. Windows color (decimal): -6264756 or 5007520. OLE color: 5007520.

HSL color Cylindrical-coordinate representation of color #A0684C: hue angle of 20º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0684C is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 104 76 -
CMYK 0 0.35 0.52 0.37
HSL 20º 0.36% 0.46% -
HSV(B) 20º 0.53% 0.63% -
XYZ 20.75 17.9 9.2 -
YUV 117.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 160 104 76 0 0.35 0.52 0.37 20 0.36 0.46
Hex A0 68 4C 0 23 34 25 14 24 2E
Octal 240 150 114 0 43 64 45 24 44 56
Binary 10100000 1101000 1001100 0 100011 110100 100101 10100 100100 101110

Color Harmonies of #A0684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0684C

Black with #A0684C

Text Example


Text Example

White with #A0684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0684C; }

 p { color: rgb(160,104,76); }

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

background-color css

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

 a { background-color: rgb(160,104,76); }

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

border-color css

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

 span { border-color: rgb(160,104,76); }

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