Html Css Color HEX #A06F65 Dark Chestnut

📋 copy color: '#A06F65'

red 160 ◦ green 111 ◦ blue 101

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

Shades of Dark Chestnut #A06F65

Tints of Dark Chestnut #A06F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

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

R = 43.01%
G = 29.84%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A06F65 (or 0xA06F65) is known color: Dark Chestnut. HEX triplet: A0, 6F and 65. RGB value is (160,111,101). Sum of RGB (Red+Green+Blue) = 160+111+101=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F65 is #5F909A. Grayscale: #7C7C7C. Windows color (decimal): -6262939 or 6647712. OLE color: 6647712.

HSL color Cylindrical-coordinate representation of color #A06F65: hue angle of 10.17º 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 #A06F65 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 111 101 -
CMYK 0 0.31 0.37 0.37
HSL 10.17º 0.24% 0.51% -
HSV(B) 10.17º 0.37% 0.63% -
XYZ 22.53 19.78 14.94 -
YUV 124.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 160 111 101 0 0.31 0.37 0.37 10.17 0.24 0.51
Hex A0 6F 65 0 1F 25 25 A 18 33
Octal 240 157 145 0 37 45 45 12 30 63
Binary 10100000 1101111 1100101 0 11111 100101 100101 1010 11000 110011

Color Harmonies of #A06F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F65

Black with #A06F65

Text Example


Text Example

White with #A06F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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