Html Css Color HEX #A06C50 Dark Tan

📋 copy color: '#A06C50'

red 160 ◦ green 108 ◦ blue 80

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

Shades of Dark Tan #A06C50

Tints of Dark Tan #A06C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 45.98%
G = 31.03%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A06C50 (or 0xA06C50) is known color: Dark Tan. HEX triplet: A0, 6C and 50. RGB value is (160,108,80). Sum of RGB (Red+Green+Blue) = 160+108+80=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C50 is #5F93AF. Grayscale: #787878. Windows color (decimal): -6263728 or 5270688. OLE color: 5270688.

HSL color Cylindrical-coordinate representation of color #A06C50: hue angle of 21º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06C50 is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 108 80 -
CMYK 0 0.32 0.5 0.37
HSL 21º 0.33% 0.47% -
HSV(B) 21º 0.5% 0.63% -
XYZ 21.31 18.78 10.09 -
YUV 120.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 160 108 80 0 0.32 0.5 0.37 21 0.33 0.47
Hex A0 6C 50 0 20 32 25 15 21 2F
Octal 240 154 120 0 40 62 45 25 41 57
Binary 10100000 1101100 1010000 0 100000 110010 100101 10101 100001 101111

Color Harmonies of #A06C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C50

Black with #A06C50

Text Example


Text Example

White with #A06C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C50; }

 p { color: rgb(160,108,80); }

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

background-color css

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

 a { background-color: rgb(160,108,80); }

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

border-color css

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

 span { border-color: rgb(160,108,80); }

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