Html Css Color HEX #A06760 Dark Chestnut

📋 copy color: '#A06760'

red 160 ◦ green 103 ◦ blue 96

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

Shades of Dark Chestnut #A06760

Tints of Dark Chestnut #A06760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.69%

 BLUE value IS 96 (37.89% from 255) = 26.74%

R = 44.57%
G = 28.69%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A06760 (or 0xA06760) is known color: Dark Chestnut. HEX triplet: A0, 67 and 60. RGB value is (160,103,96). Sum of RGB (Red+Green+Blue) = 160+103+96=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A06760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06760 is #5F989F. Grayscale: #777777. Windows color (decimal): -6264992 or 6317984. OLE color: 6317984.

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

Color convert

RGB 160 103 96 -
CMYK 0 0.36 0.4 0.37
HSL 6.56º 0.25% 0.5% -
HSV(B) 6.56º 0.4% 0.63% -
XYZ 21.46 18.02 13.41 -
YUV 119.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 160 103 96 0 0.36 0.4 0.37 6.56 0.25 0.5
Hex A0 67 60 0 24 28 25 7 19 32
Octal 240 147 140 0 44 50 45 7 31 62
Binary 10100000 1100111 1100000 0 100100 101000 100101 111 11001 110010

Color Harmonies of #A06760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06760

Black with #A06760

Text Example


Text Example

White with #A06760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06760; }

 p { color: rgb(160,103,96); }

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

background-color css

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

 a { background-color: rgb(160,103,96); }

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

border-color css

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

 span { border-color: rgb(160,103,96); }

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