#A1765C

Color #A1765C Toast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toast #A1765C

Tints of Toast #A1765C

Color information

#A1765C (or 0xA1765C) is unknown color: approx Toast. HEX triplet: A1, 76 and 5C. RGB value is (161,118,92). Sum of RGB (Red+Green+Blue) = 161+118+92=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1765C is #5E89A3. Grayscale: #808080. Windows color (decimal): -6195620 or 6059681. OLE color: 6059681.

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

Color convert

RGB16111892-
CMYK00.270.430.37
HSL22.61º27.27%49.61%-
HSV(B)22.61º42.86%63.14%-
XYZ23.1121.3113.02-
YUV127.89107.75151.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=43.40%
G=31.81%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611189200.270.430.3722.6127.2749.61
HexA1765C01B2B25171b32
Octal2411661340335345273362
Binary10100001111011010111000110111010111001011011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1765C; }

 p { color: rgb(161,118,92); }

 H1.HeaderClassName
 {
   color: #A1765C;
 }
 .AnyTagClassName
 {
   color: #A1765C;
 }
</style>
background-color css

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

 a { background-color: rgb(161,118,92); }

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

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

 span { border-color: rgb(161,118,92); }

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