Html Css Color HEX #A06B65 Dark Chestnut

📋 copy color: '#A06B65'

red 160 ◦ green 107 ◦ blue 101

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

Shades of Dark Chestnut #A06B65

Tints of Dark Chestnut #A06B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 43.48%
G = 29.08%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A06B65 (or 0xA06B65) is known color: Dark Chestnut. HEX triplet: A0, 6B and 65. RGB value is (160,107,101). Sum of RGB (Red+Green+Blue) = 160+107+101=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B65 is #5F949A. Grayscale: #7A7A7A. Windows color (decimal): -6263963 or 6646688. OLE color: 6646688.

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

Color convert

RGB 160 107 101 -
CMYK 0 0.33 0.37 0.37
HSL 6.1º 0.24% 0.51% -
HSV(B) 6.1º 0.37% 0.63% -
XYZ 22.1 18.93 14.8 -
YUV 122.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 160 107 101 0 0.33 0.37 0.37 6.1 0.24 0.51
Hex A0 6B 65 0 21 25 25 6 18 33
Octal 240 153 145 0 41 45 45 6 30 63
Binary 10100000 1101011 1100101 0 100001 100101 100101 110 11000 110011

Color Harmonies of #A06B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B65

Black with #A06B65

Text Example


Text Example

White with #A06B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B65; }

 p { color: rgb(160,107,101); }

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

background-color css

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

 a { background-color: rgb(160,107,101); }

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

border-color css

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

 span { border-color: rgb(160,107,101); }

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