Html Css Color HEX #A1665F Dark Chestnut

📋 copy color: '#A1665F'

red 161 ◦ green 102 ◦ blue 95

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

Shades of Dark Chestnut #A1665F

Tints of Dark Chestnut #A1665F

RGB

 RED value IS 161 (63.28% from 255) = 44.97%

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

 BLUE value IS 95 (37.5% from 255) = 26.54%

R = 44.97%
G = 28.49%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1665F (or 0xA1665F) is known color: Dark Chestnut. HEX triplet: A1, 66 and 5F. RGB value is (161,102,95). Sum of RGB (Red+Green+Blue) = 161+102+95=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1665F is #5E99A0. Grayscale: #767676. Windows color (decimal): -6199713 or 6252193. OLE color: 6252193.

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

Color convert

RGB 161 102 95 -
CMYK 0 0.37 0.41 0.37
HSL 6.36º 0.26% 0.5% -
HSV(B) 6.36º 0.41% 0.63% -
XYZ 21.51 17.91 13.15 -
YUV 118.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 161 102 95 0 0.37 0.41 0.37 6.36 0.26 0.5
Hex A1 66 5F 0 25 29 25 6 1A 32
Octal 241 146 137 0 45 51 45 6 32 62
Binary 10100001 1100110 1011111 0 100101 101001 100101 110 11010 110010

Color Harmonies of #A1665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1665F

Black with #A1665F

Text Example


Text Example

White with #A1665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1665F; }

 p { color: rgb(161,102,95); }

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

background-color css

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

 a { background-color: rgb(161,102,95); }

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

border-color css

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

 span { border-color: rgb(161,102,95); }

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