Html Css Color HEX #A06C4A Dark Tan

📋 copy color: '#A06C4A'

red 160 ◦ green 108 ◦ blue 74

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

Shades of Dark Tan #A06C4A

Tints of Dark Tan #A06C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 46.78%
G = 31.58%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A06C4A (or 0xA06C4A) is known color: Dark Tan. HEX triplet: A0, 6C and 4A. RGB value is (160,108,74). Sum of RGB (Red+Green+Blue) = 160+108+74=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C4A is #5F93B5. Grayscale: #777777. Windows color (decimal): -6263734 or 4877472. OLE color: 4877472.

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

Color convert

RGB 160 108 74 -
CMYK 0 0.32 0.54 0.37
HSL 23.72º 0.37% 0.46% -
HSV(B) 23.72º 0.54% 0.63% -
XYZ 21.1 18.69 8.97 -
YUV 119.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 160 108 74 0 0.32 0.54 0.37 23.72 0.37 0.46
Hex A0 6C 4A 0 20 36 25 18 25 2E
Octal 240 154 112 0 40 66 45 30 45 56
Binary 10100000 1101100 1001010 0 100000 110110 100101 11000 100101 101110

Color Harmonies of #A06C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C4A

Black with #A06C4A

Text Example


Text Example

White with #A06C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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