#A37669

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

Shades of Toast #A37669

Tints of Toast #A37669

Color information

#A37669 (or 0xA37669) is unknown color: approx Toast. HEX triplet: A3, 76 and 69. RGB value is (163,118,105). Sum of RGB (Red+Green+Blue) = 163+118+105=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A37669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37669 is #5C8996. Grayscale: #828282. Windows color (decimal): -6064535 or 6911651. OLE color: 6911651.

HSL color Cylindrical-coordinate representation of color #A37669: hue angle of 13.45º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A37669 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB163118105-
CMYK00.280.360.36
HSL13.45º23.97%52.55%-
HSV(B)13.45º35.58%63.92%-
XYZ24.1321.7616.29-
YUV129.97113.91151.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 105 (41.41% from 255) = 27.20%
R=42.23%
G=30.57%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311810500.280.360.3613.4523.9752.55
HexA3766901C2424d1835
Octal2431661510344444153065
Binary1010001111101101101001011100100100100100110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37669; }

 p { color: rgb(163,118,105); }

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

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

 a { background-color: rgb(163,118,105); }

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

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

 span { border-color: rgb(163,118,105); }

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