Html Css Color HEX #A36660 Dark Chestnut

📋 copy color: '#A36660'

red 163 ◦ green 102 ◦ blue 96

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

Shades of Dark Chestnut #A36660

Tints of Dark Chestnut #A36660

RGB

 RED value IS 163 (64.06% from 255) = 45.15%

 GREEN value IS 102 (40.23% from 255) = 28.25%

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

R = 45.15%
G = 28.25%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A36660 (or 0xA36660) is known color: Dark Chestnut. HEX triplet: A3, 66 and 60. RGB value is (163,102,96). Sum of RGB (Red+Green+Blue) = 163+102+96=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A36660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36660 is #5C999F. Grayscale: #777777. Windows color (decimal): -6068640 or 6317731. OLE color: 6317731.

HSL color Cylindrical-coordinate representation of color #A36660: hue angle of 5.37º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A36660 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 102 96 -
CMYK 0 0.37 0.41 0.36
HSL 5.37º 0.27% 0.51% -
HSV(B) 5.37º 0.41% 0.64% -
XYZ 21.97 18.13 13.41 -
YUV 119.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 163 102 96 0 0.37 0.41 0.36 5.37 0.27 0.51
Hex A3 66 60 0 25 29 24 5 1B 33
Octal 243 146 140 0 45 51 44 5 33 63
Binary 10100011 1100110 1100000 0 100101 101001 100100 101 11011 110011

Color Harmonies of #A36660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36660

Black with #A36660

Text Example


Text Example

White with #A36660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36660; }

 p { color: rgb(163,102,96); }

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

background-color css

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

 a { background-color: rgb(163,102,96); }

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

border-color css

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

 span { border-color: rgb(163,102,96); }

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